#include <cmnDataFormat.h>
Enumerator |
---|
CMN_DATA_LITTLE_ENDIAN |
|
CMN_DATA_BIG_ENDIAN |
|
Enumerator |
---|
CMN_DATA_SIZE_T_SIZE_32 |
|
CMN_DATA_SIZE_T_SIZE_64 |
|
Enumerator |
---|
CMN_DATA_32_BITS |
|
CMN_DATA_64_BITS |
|
cmnDataFormat::cmnDataFormat |
( |
void |
| ) |
|
Constructor. By default the constructor will determine the word size, endian-ness and size of size_t for the current binary.
const Endianness& cmnDataFormat::GetEndianness |
( |
void |
| ) |
const |
|
inline |
const SizeTSize& cmnDataFormat::GetSizeTSize |
( |
void |
| ) |
const |
|
inline |
const WordSize& cmnDataFormat::GetWordSize |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: