A class to represent byte order information.
More...
#include <SDMDataObject.h>
|
std::string | toString () const |
| Returns a string representation of this. More...
|
|
A class to represent byte order information.
Definition at line 228 of file SDMDataObject.h.
asdmbinaries::ByteOrder::ByteOrder |
( |
const std::string & |
name | ) |
|
|
private |
virtual asdmbinaries::ByteOrder::~ByteOrder |
( |
| ) |
|
|
privatevirtual |
static const ByteOrder* asdmbinaries::ByteOrder::machineEndianity |
( |
| ) |
|
|
staticprivate |
std::string asdmbinaries::ByteOrder::toString |
( |
| ) |
const |
Returns a string representation of this.
-
Little_Endian is returned as "Little_Endian",
-
Big_Endian is returned as "Big_Endian",
const ByteOrder* asdmbinaries::ByteOrder::Big_Endian |
|
static |
const ByteOrder* asdmbinaries::ByteOrder::Little_Endian |
|
static |
const ByteOrder* asdmbinaries::ByteOrder::Machine_Endianity |
|
static |
std::string asdmbinaries::ByteOrder::name_ |
|
private |
The documentation for this class was generated from the following file: