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

a boolean More...

#include <NPLInterface.hpp>

Inheritance diagram for NPLInterface::NPLBoolObject:
NPLInterface::NPLObjectBase NPLInterface::intrusive_ptr_single_thread_base

Public Member Functions

 NPLBoolObject (bool value)
 create the table from a serialized string. More...
 
void SetValue (bool value)
 
bool GetValue ()
 
NPLBoolObjectoperator= (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
 

Detailed Description

a boolean

Constructor & Destructor Documentation

§ NPLBoolObject()

NPLInterface::NPLBoolObject::NPLBoolObject ( bool  value)
inline

create the table from a serialized string.


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