#include <PartId.h>
Public Member Functions | |
PartId (const PartId &) | |
PartId (const string &id) throw (InvalidArgumentException) | |
bool | equals (const PartId &) const |
string | toString () const |
void | setId (const string &s) throw (InvalidArgumentException) |
void | toBin (EndianOSStream &eoss) |
Static Public Member Functions | |
static string | validate (string x) |
static PartId | fromBin (EndianISStream &eiss) |
void asdm::PartId::toBin | ( | EndianOSStream & | eoss | ) |
Write the binary representation of this to a EndianOSStream.
static PartId asdm::PartId::fromBin | ( | EndianISStream & | eiss | ) | [static] |
Read the binary representation of a PartId from a EndianISStream and use the read value to set an PartId.
eiss | the EndianStream to be read |
InvalidArgumentException |