Neo  0.5.0
Developer Documentation
Variable.h File Reference

Go to the source code of this file.

Classes

class  Neo::Variable< T >
 This templacte class is used to provide access to custom data without messing with void*'s. More...
 

Namespaces

 Neo
 

Enumerations

enum  Neo::VARIABLE_TYPE {
  Neo::VARIABLE_NULL = 0, Neo::VARIABLE_BOOL, Neo::VARIABLE_INT, Neo::VARIABLE_UINT,
  Neo::VARIABLE_FLOAT, Neo::VARIABLE_STRING, Neo::VARIABLE_VEC2, Neo::VARIABLE_VEC3,
  Neo::VARIABLE_VEC4, Neo::VARIABLE_QUAT, Neo::VARIABLE_TEXTURE_REF, Neo::VARIABLE_OTHER
}
 Describes which type of data is stored in an Variable object. More...