Tramway SDK
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | tram |
Serialization, i.e. | |
Enumerations | |
enum | tram::Type : uint32_t { tram::TYPE_UNDEFINED , tram::TYPE_BOOL , tram::TYPE_NAME , tram::TYPE_STRING , tram::TYPE_INT8 , tram::TYPE_INT16 , tram::TYPE_INT32 , tram::TYPE_UINT8 , tram::TYPE_UINT16 , tram::TYPE_UINT32 , tram::TYPE_FLOAT32 , tram::TYPE_VEC2 , tram::TYPE_VEC3 , tram::TYPE_VEC4 , tram::TYPE_QUAT } |
Type enumeration for serialization, etc. More... | |
Functions | |
const char * | tram::TypeToString (Type type) |
Converts type enum to string. More... | |