SimCRS Logo  1.00.0
C++ Simulated Travel-Oriented Distribution System Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
SIMCRS::SIMCRS_ServiceContext Class Reference

Class holding the context of the Simcrs services. More...

#include <simcrs/service/SIMCRS_ServiceContext.hpp>

+ Inheritance diagram for SIMCRS::SIMCRS_ServiceContext:

List of all members.

Public Member Functions

virtual void toStream (std::ostream &ioOut) const
virtual void fromStream (std::istream &ioIn)

Friends

class SIMCRS_Service
class FacSimcrsServiceContext

Detailed Description

Class holding the context of the Simcrs services.

Definition at line 32 of file SIMCRS_ServiceContext.hpp.


Member Function Documentation

virtual void SIMCRS::ServiceAbstract::toStream ( std::ostream &  ioOut) const
inlinevirtualinherited

Dump a Business Object into an output stream.

Parameters:
ostream&the output stream.

Definition at line 22 of file ServiceAbstract.hpp.

virtual void SIMCRS::ServiceAbstract::fromStream ( std::istream &  ioIn)
inlinevirtualinherited

Read a Business Object from an input stream.

Parameters:
istream&the input stream.

Definition at line 26 of file ServiceAbstract.hpp.

Referenced by operator>>().


Friends And Related Function Documentation

friend class SIMCRS_Service
friend

The SIMCRS_Service class should be the sole class to get access to ServiceContext content: general users do not want to bother with a context interface.

Definition at line 38 of file SIMCRS_ServiceContext.hpp.

friend class FacSimcrsServiceContext
friend

Definition at line 39 of file SIMCRS_ServiceContext.hpp.


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