Neo  0.5.0
Developer Documentation
PointerVariable.h File Reference

Go to the source code of this file.

Classes

class  Neo::NeoVariable
 The NeoVariable class defines a variable that can be of any type available in M_VARIABLE_TYPE. More...
 

Namespaces

 Neo
 

Enumerations

enum  Neo::M_VARIABLE_TYPE {
  Neo::M_VARIABLE_NULL = 0, Neo::M_VARIABLE_BOOL, Neo::M_VARIABLE_INT, Neo::M_VARIABLE_UINT,
  Neo::M_VARIABLE_FLOAT, Neo::M_VARIABLE_STRING, Neo::M_VARIABLE_VEC2, Neo::M_VARIABLE_VEC3,
  Neo::M_VARIABLE_VEC4, Neo::M_VARIABLE_QUAT, Neo::M_VARIABLE_TEXTURE_REF
}
 The M_VARIABLE_TYPE enum defines all types that are storable in an MVariable object. More...