SEvMgr Logo  1.00.0
C++ Simulation-Oriented Discrete Event Management Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
SEVMGR::EventQueueKey Struct Reference

#include <sevmgr/bom/EventQueueKey.hpp>

+ Inheritance diagram for SEVMGR::EventQueueKey:

List of all members.

Public Member Functions

 EventQueueKey (const EventQueueID_T &)
 EventQueueKey (const EventQueueKey &)
 ~EventQueueKey ()
const EventQueueID_TgetEventQueueID () const
void toStream (std::ostream &ioOut) const
void fromStream (std::istream &ioIn)
const std::string toString () const

Detailed Description

Key of eventqueue.

Definition at line 17 of file EventQueueKey.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

const EventQueueID_T& SEVMGR::EventQueueKey::getEventQueueID ( ) const
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.

Parameters:
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.

Parameters:
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().


The documentation for this struct was generated from the following files: