RMOL Logo Get Revenue Management Optimisation Library at SourceForge.net. Fast, secure and Free Open Source software downloads

RMOL::RMOL_ServiceContext Class Reference

#include <rmol/service/RMOL_ServiceContext.hpp>

Inheritance diagram for RMOL::RMOL_ServiceContext:
RMOL::ServiceAbstract

List of all members.

Public Member Functions

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

Friends

class RMOL_Service
class FacRmolServiceContext

Detailed Description

Inner class holding the context for the RMOL Service object.

Definition at line 20 of file RMOL_ServiceContext.hpp.


Member Function Documentation

void RMOL::RMOL_ServiceContext::setUpStudyStatManager ( )
virtual void RMOL::ServiceAbstract::toStream ( std::ostream &  ioOut) const [inline, virtual, inherited]

Dump a Business Object into an output stream.

Parameters:
ostream&the output stream.

Definition at line 22 of file ServiceAbstract.hpp.

Referenced by operator<<().

virtual void RMOL::ServiceAbstract::fromStream ( std::istream &  ioIn) [inline, virtual, inherited]

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 RMOL_Service [friend]

The RMOL_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 24 of file RMOL_ServiceContext.hpp.

friend class FacRmolServiceContext [friend]

Definition at line 25 of file RMOL_ServiceContext.hpp.


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