casa
5.7.0-16
|
A class to represent byte order information. More...
#include <Misc.h>
Public Member Functions | |
std::string | toString () const |
Returns a string representation of this. More... | |
Static Public Member Functions | |
static const ByteOrder * | fromString (const std::string &s) |
Convert a string to a const ByteOrder*. More... | |
Static Public Attributes | |
static const ByteOrder * | Little_Endian |
static const ByteOrder * | Big_Endian |
static const ByteOrder * | Machine_Endianity |
Private Member Functions | |
ByteOrder (const std::string &name) | |
virtual | ~ByteOrder () |
Static Private Member Functions | |
static const ByteOrder * | machineEndianity () |
Private Attributes | |
std::string | name_ |
|
private |
|
privatevirtual |
|
static |
Convert a string to a const ByteOrder*.
s | the input string. |
Referenced by asdm::TableStreamReader< T, R >::open().
|
staticprivate |
std::string asdm::ByteOrder::toString | ( | ) | const |
Returns a string representation of this.
|
static |
Definition at line 118 of file Misc.h.
Referenced by asdm::TableStreamReader< T, R >::open().