#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 | |
string | validate (string x) |
PartId | fromBin (EndianISStream &eiss) |
|
Read the binary representation of a PartId from a EndianISStream and use the read value to set an PartId.
|
|
Write the binary representation of this to a EndianOSStream. |