My Project
Public Types | Public Member Functions | Public Attributes | List of all members
ParaScripting::ParaObjectNode Class Reference

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
 

Detailed Description

for Para Script global dictionary object


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