|
My Project
|
a floating point number More...
#include <NPLInterface.hpp>
Public Member Functions | |
| NPLNumberObject (double value) | |
| create the table from a serialized string. More... | |
| void | SetValue (double value) |
| double | GetValue () |
| NPLNumberObject & | operator= (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 |
a floating point number
|
inline |
create the table from a serialized string.
1.8.12