#include <types.hpp>
Static Public Member Functions | |
const char * | typeName (TypeId typeId) |
Return the name of the type, 0 if unknown. | |
TypeId | typeId (const std::string &typeName) |
Return the type id for a type name. | |
long | typeSize (TypeId typeId) |
Return the size in bytes of one element of this type. |