#include <sevmgr/bom/EventQueueKey.hpp>
Public Member Functions | |
EventQueueKey (const EventQueueID_T &) | |
EventQueueKey (const EventQueueKey &) | |
~EventQueueKey () | |
const EventQueueID_T & | getEventQueueID () const |
void | toStream (std::ostream &ioOut) const |
void | fromStream (std::istream &ioIn) |
const std::string | toString () const |
Key of eventqueue.
Definition at line 17 of file EventQueueKey.hpp.
SEVMGR::EventQueueKey::EventQueueKey | ( | const EventQueueID_T & | iEventQueueID | ) |
Constructors.
Definition at line 12 of file EventQueueKey.cpp.
SEVMGR::EventQueueKey::EventQueueKey | ( | const EventQueueKey & | iKey | ) |
Definition at line 16 of file EventQueueKey.cpp.
SEVMGR::EventQueueKey::~EventQueueKey | ( | ) |
Destructor.
Definition at line 21 of file EventQueueKey.cpp.
|
inline |
Get the ID of the EventQueue object.
Definition at line 33 of file EventQueueKey.hpp.
void SEVMGR::EventQueueKey::toStream | ( | std::ostream & | ioOut | ) | const |
Dump a Business Object Key into an output stream.
ostream& | the output stream. |
Definition at line 25 of file EventQueueKey.cpp.
References toString().
void SEVMGR::EventQueueKey::fromStream | ( | std::istream & | ioIn | ) |
Read a Business Object Key from an input stream.
istream& | the input stream. |
Definition at line 30 of file EventQueueKey.cpp.
const std::string SEVMGR::EventQueueKey::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 34 of file EventQueueKey.cpp.
Referenced by SEVMGR::EventQueue::describeKey(), and toStream().