My Project
|
a floating point number More...
#include <NPLInterface.hpp>
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 () |
NPLStringObject & | operator= (const std::string &value) |
![]() | |
NPLObjectType | GetType () |
Additional Inherited Members | |
![]() | |
enum | NPLObjectType { NPLObjectType_Nil, NPLObjectType_Table, NPLObjectType_Number, NPLObjectType_String, NPLObjectType_Bool } |
![]() | |
long | m_ref_count |
![]() | |
NPLObjectType | m_type |
a floating point number
|
inline |
create the table from a serialized string.