|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Functions | |
| template<typename T> | |
| void | apply (T *val) |
| template<size_t T> | |
| void | convert (char *val) |
| template<> | |
| void | convert< 0 > (char *) |
| template<> | |
| void | convert< 1 > (char *) |
ByteConverter reverse your byte order. This is use for cross platform where they have different endians.
|
inline |
Definition at line 28 of file ByteConverter.h.
References convert().
Referenced by EndianConvertPtrReverse(), and EndianConvertReverse().
|
inline |
Definition at line 19 of file ByteConverter.h.
References convert().
|
inline |
Definition at line 25 of file ByteConverter.h.
|
inline |
Definition at line 26 of file ByteConverter.h.