My Project
|
for Para Script global dictionary object More...
#include <ParaScriptingGlobal.h>
Public Types | |
enum | objecttype { number, string } |
Public Member Functions | |
ParaObjectNode (double n) | |
ParaObjectNode (const char *newstr) | |
Public Attributes | |
enum ParaScripting::ParaObjectNode::objecttype | oType |
union { | |
double dNumber | |
}; | |
std::string | str |
for Para Script global dictionary object