My Project
Public Member Functions | List of all members
NPLInterface::NPLNumberObject Class Reference

a floating point number More...

#include <NPLInterface.hpp>

Inheritance diagram for NPLInterface::NPLNumberObject:
NPLInterface::NPLObjectBase NPLInterface::intrusive_ptr_single_thread_base

Public Member Functions

 NPLNumberObject (double value)
 create the table from a serialized string. More...
 
void SetValue (double value)
 
double GetValue ()
 
NPLNumberObjectoperator= (double value)
 
- Public Member Functions inherited from NPLInterface::NPLObjectBase
NPLObjectType GetType ()
 

Additional Inherited Members

- Public Types inherited from NPLInterface::NPLObjectBase
enum  NPLObjectType {
  NPLObjectType_Nil, NPLObjectType_Table, NPLObjectType_Number, NPLObjectType_String,
  NPLObjectType_Bool
}
 
- Public Attributes inherited from NPLInterface::intrusive_ptr_single_thread_base
long m_ref_count
 
- Protected Attributes inherited from NPLInterface::NPLObjectBase
NPLObjectType m_type
 

Detailed Description

a floating point number

Constructor & Destructor Documentation

§ NPLNumberObject()

NPLInterface::NPLNumberObject::NPLNumberObject ( double  value)
inline

create the table from a serialized string.


The documentation for this class was generated from the following file: