asdm::ByteOrder Class Reference
A class to represent byte order information.
More...
#include <Misc.h>
List of all members.
Detailed Description
A class to represent byte order information.
Definition at line 107 of file Misc.h.
Constructor & Destructor Documentation
asdm::ByteOrder::ByteOrder |
( |
const std::string & |
name, |
|
|
int |
endianity | |
|
) |
| | [private] |
virtual asdm::ByteOrder::~ByteOrder |
( |
|
) |
[private, virtual] |
Member Function Documentation
static const ByteOrder* asdm::ByteOrder::fromString |
( |
const std::string & |
s |
) |
[static] |
static const ByteOrder* asdm::ByteOrder::machineEndianity |
( |
|
) |
[static, private] |
std::string asdm::ByteOrder::toString |
( |
|
) |
const |
Returns a string representation of this.
-
Little_Endian is returned as "Little_Endian",
-
Big_Endian is returned as "Big_Endian",
Member Data Documentation
The documentation for this class was generated from the following file: