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

a floating point number More...

#include <NPLInterface.hpp>

Inheritance diagram for NPLInterface::NPLStringObject:
NPLInterface::NPLObjectBase NPLInterface::intrusive_ptr_single_thread_base

Public Member Functions

 NPLStringObject (const std::string &value)
 create the table from a serialized string. More...
 
void SetValue (const std::string &value)
 
std::string & GetValue ()
 
NPLStringObjectoperator= (const std::string &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

§ NPLStringObject()

NPLInterface::NPLStringObject::NPLStringObject ( const std::string &  value)
inline

create the table from a serialized string.


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