#include <tvlsim/bom/SimulationStatusKey.hpp>
Public Member Functions | |
const SimulatorID_T & | getSimulationStatusID () const |
void | toStream (std::ostream &ioOut) const |
void | fromStream (std::istream &ioIn) |
const std::string | toString () const |
SimulationStatusKey (const SimulatorID_T &iSimulatorID) | |
SimulationStatusKey (const SimulationStatusKey &) | |
~SimulationStatusKey () |
Key of eventqueue.
Definition at line 19 of file SimulationStatusKey.hpp.
TVLSIM::SimulationStatusKey::SimulationStatusKey | ( | const SimulatorID_T & | iSimulatorID | ) |
Main constructor.
Definition at line 13 of file SimulationStatusKey.cpp.
TVLSIM::SimulationStatusKey::SimulationStatusKey | ( | const SimulationStatusKey & | iKey | ) |
Copy Constructor.
Definition at line 24 of file SimulationStatusKey.cpp.
TVLSIM::SimulationStatusKey::~SimulationStatusKey | ( | ) |
Destructor.
Definition at line 29 of file SimulationStatusKey.cpp.
|
inline |
Get the ID of the SimulationStatus object.
Definition at line 26 of file SimulationStatusKey.hpp.
void TVLSIM::SimulationStatusKey::toStream | ( | std::ostream & | ioOut | ) | const |
Dump a Business Object Key into an output stream.
ostream& | the output stream. |
Definition at line 33 of file SimulationStatusKey.cpp.
References toString().
void TVLSIM::SimulationStatusKey::fromStream | ( | std::istream & | ioIn | ) |
Read a Business Object Key from an input stream.
istream& | the input stream. |
Definition at line 38 of file SimulationStatusKey.cpp.
const std::string TVLSIM::SimulationStatusKey::toString | ( | ) | const |
Get the serialised version of the Business Object Key.
That string is unique, at the level of a given Business Object, when among children of a given parent Business Object.
For instance, "H" and "K" allow to differentiate among two marketing classes for the same segment-date.
Definition at line 42 of file SimulationStatusKey.cpp.
Referenced by TVLSIM::SimulationStatus::describeKey(), and toStream().