casa
5.7.0-16
|
description More...
#include <PartId.h>
Public Member Functions | |
PartId () | |
PartId constructors. More... | |
PartId (const PartId &) | |
PartId (const std::string &id) throw (InvalidArgumentException) | |
virtual | ~PartId () |
PartId destructor. More... | |
bool | equals (const PartId &) const |
std::string | toString () const |
void | setId (const std::string &s) throw (InvalidArgumentException) |
void | toBin (EndianOSStream &eoss) const |
Write the binary representation of this to a EndianOSStream. More... | |
Static Public Member Functions | |
static std::string | validate (std::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. More... | |
Private Attributes | |
std::string | id |
asdm::PartId::PartId | ( | const std::string & | id | ) | |
throw | ( | InvalidArgumentException | |||
) |
|
inline |
|
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 std::string & | s | ) | |
throw | ( | InvalidArgumentException | |||
) |
void asdm::PartId::toBin | ( | EndianOSStream & | eoss | ) | const |
Write the binary representation of this to a EndianOSStream.
|
inline |
|
static |
|
private |
Definition at line 74 of file PartId.h.
Referenced by equals(), and toString().