|
Hermes
|
DataType set of auxiliary functions. More...
#include <defs.h>
Static Public Member Functions | |
| static HERMES_DEVICE_CALLABLE DataType | typeFrom (u8 index) |
| Translates DataType from identifier number. | |
| template<typename T > | |
| static HERMES_DEVICE_CALLABLE DataType | typeFrom () |
| Translates template type T to DataType. | |
| static u32 | typeSize (DataType type) |
| Computes number of bytes from DataType. | |
| static std::string | typeName (DataType type) |
| Gets DataType string name. | |
DataType set of auxiliary functions.
|
inlinestatic |
Translates template type T to DataType.
| T |
|
inlinestatic |
Translates DataType from identifier number.
| index |
Gets DataType string name.
| type |
Computes number of bytes from DataType.
| type |