casa
$Rev:20696$
|
description More...
#include <PartId.h>
Public Member Functions | |
PartId () | |
PartId constructors. | |
PartId (const PartId &) | |
PartId (const string &id) throw (InvalidArgumentException) | |
virtual | ~PartId () |
PartId destructor. | |
bool | equals (const PartId &) const |
string | toString () const |
void | setId (const string &s) throw (InvalidArgumentException) |
void | toBin (EndianOSStream &eoss) const |
Write the binary representation of this to a EndianOSStream. | |
PartId () | |
PartId (const PartId &) | |
PartId (const string &id) throw (InvalidArgumentException) | |
virtual | ~PartId () |
bool | equals (const PartId &) const |
string | toString () const |
void | setId (const string &s) throw (InvalidArgumentException) |
void | toBin (EndianOSStream &eoss) const |
Write the binary representation of this to a EndianOSStream. | |
Static Public Member Functions | |
static string | validate (string x) |
static PartId | fromBin (EndianIStream &eis) |
Read the binary representation of a PartId from a EndianIStream and use the read value to set an PartId. | |
static string | validate (string x) |
static PartId | fromBin (EndianIStream &eis) |
Read the binary representation of a PartId from a EndianIStream and use the read value to set an PartId. | |
Private Attributes | |
string | id |
asdm::PartId::PartId | ( | ) | [inline] |
asdm::PartId::PartId | ( | const PartId & | x | ) | [inline] |
asdm::PartId::PartId | ( | const string & | id | ) | throw (InvalidArgumentException) |
asdm::PartId::~PartId | ( | ) | [inline, virtual] |
asdm::PartId::PartId | ( | const PartId & | ) |
asdm::PartId::PartId | ( | const string & | id | ) | throw (InvalidArgumentException) |
virtual asdm::PartId::~PartId | ( | ) | [virtual] |
bool asdm::PartId::equals | ( | const PartId & | x | ) | const [inline] |
bool asdm::PartId::equals | ( | const PartId & | ) | const |
static PartId asdm::PartId::fromBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of a PartId from a EndianIStream and use the read value to set an PartId.
eis | the EndianStream to be read |
InvalidArgumentException |
static PartId asdm::PartId::fromBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of a PartId from a EndianIStream and use the read value to set an PartId.
eis | the EndianStream to be read |
InvalidArgumentException |
void asdm::PartId::setId | ( | const string & | s | ) | throw (InvalidArgumentException) |
void asdm::PartId::setId | ( | const string & | s | ) | throw (InvalidArgumentException) |
void asdm::PartId::toBin | ( | EndianOSStream & | eoss | ) | const |
Write the binary representation of this to a EndianOSStream.
void asdm::PartId::toBin | ( | EndianOSStream & | eoss | ) | const |
Write the binary representation of this to a EndianOSStream.
string asdm::PartId::toString | ( | ) | const |
string asdm::PartId::toString | ( | ) | const [inline] |
static string asdm::PartId::validate | ( | string | x | ) | [static] |
static string asdm::PartId::validate | ( | string | x | ) | [static] |
string asdm::PartId::id [private] |
Definition at line 78 of file PartId.h.
Referenced by equals(), and toString().