#include <typeinfo.hpp>
Public Member Functions | |
TypeInfo () | |
TypeInfo (TypeClass type, std::string name="") | |
Public Attributes | |
TypeClass | type |
std::string | name |
It is made up from two parts: There is the general variable class (integer, float, structure, pointer) and a type name which identifies the struct.
ps::TypeInfo::TypeInfo | ( | ) | [inline] |
ps::TypeInfo::TypeInfo | ( | TypeClass | type, | |
std::string | name = "" | |||
) | [inline] |
std::string ps::TypeInfo::name |