casa
$Rev:20696$
|
A class to represent byte order information. More...
#include <SDMDataObject.h>
Public Member Functions | |
string | toString () const |
Returns a string representation of this. | |
string | toString () const |
Returns a string representation of this. | |
Static Public Attributes | |
static const ByteOrder * | Little_Endian |
static const ByteOrder * | Big_Endian |
static const ByteOrder * | Machine_Endianity |
Private Member Functions | |
ByteOrder (const string &name, int endianity) | |
virtual | ~ByteOrder () |
ByteOrder (const string &name, int endianity) | |
virtual | ~ByteOrder () |
Static Private Member Functions | |
static const ByteOrder * | machineEndianity () |
static const ByteOrder * | machineEndianity () |
Private Attributes | |
string | name_ |
int | endianity_ |
A class to represent byte order information.
Definition at line 249 of file SDMDataObject.h.
asdmbinaries::ByteOrder::ByteOrder | ( | const string & | name, |
int | endianity | ||
) | [private] |
virtual asdmbinaries::ByteOrder::~ByteOrder | ( | ) | [private, virtual] |
asdmbinaries::ByteOrder::ByteOrder | ( | const string & | name, |
int | endianity | ||
) | [private] |
virtual asdmbinaries::ByteOrder::~ByteOrder | ( | ) | [private, virtual] |
static const ByteOrder* asdmbinaries::ByteOrder::machineEndianity | ( | ) | [static, private] |
static const ByteOrder* asdmbinaries::ByteOrder::machineEndianity | ( | ) | [static, private] |
string asdmbinaries::ByteOrder::toString | ( | ) | const |
Returns a string representation of this.
string asdmbinaries::ByteOrder::toString | ( | ) | const |
Returns a string representation of this.
static const ByteOrder * asdmbinaries::ByteOrder::Big_Endian [static] |
Definition at line 252 of file SDMDataObject.h.
int asdmbinaries::ByteOrder::endianity_ [private] |
Definition at line 267 of file SDMDataObject.h.
static const ByteOrder * asdmbinaries::ByteOrder::Little_Endian [static] |
Definition at line 251 of file SDMDataObject.h.
static const ByteOrder * asdmbinaries::ByteOrder::Machine_Endianity [static] |
Definition at line 253 of file SDMDataObject.h.
string asdmbinaries::ByteOrder::name_ [private] |
Definition at line 266 of file SDMDataObject.h.