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