template<typename StaticType> inline StaticType BigEndian( |
| ) |
Converts a type with a static size to or from big endian
val StaticType | the value to convert |
The converted value
template<typename StaticType> inline StaticType LittleEndian( |
| ) |
Converts a type with a static size to or from little endian
val StaticType | the value to convert |
The converted value
Converts the value from Big Endian to System Endian
val | the value to convert |
The value in System Endianess
template<typename StaticType> inline StaticType SystemEndian_To_BigEndian( |
| ) |
Converts the value from System Endian to Big Endian
val StaticType | the value to convert |
The value in Big Endian
template<typename StaticType> inline StaticType LittleEndian_To_SystemEndian( |
| ) |
Converts the value from Little Endian to System Endian
val StaticType | the value to convert |
The value in System Endianess
template<typename StaticType> inline StaticType SystemEndian_To_LittleEndian( |
| ) |
Converts the value from System Endian to Little Endian
val StaticType | the value to convert |
The value in Little Endian