StdAir Logo  1.00.21
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
stdair::STDAIR_ServiceContext Class Reference

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

#include <stdair/service/STDAIR_ServiceContext.hpp>

Inheritance diagram for stdair::STDAIR_ServiceContext:

Public Member Functions

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

Friends

class STDAIR_Service
class FacSTDAIRServiceContext

Detailed Description

Class holding the context of the Stdair services.

Definition at line 25 of file STDAIR_ServiceContext.hpp.

Member Function Documentation

◆ toStream()

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

Dump a Business Object into an output stream.

Parameters
ostream&the output stream.

Definition at line 28 of file ServiceAbstract.hpp.

◆ fromStream()

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

Read a Business Object from an input stream.

Parameters
istream&the input stream.

Definition at line 35 of file ServiceAbstract.hpp.

Referenced by operator>>().

◆ STDAIR_Service

friend class STDAIR_Service
friend

The STDAIR_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 29 of file STDAIR_ServiceContext.hpp.

References STDAIR_Service.

Referenced by STDAIR_Service.

◆ FacSTDAIRServiceContext

friend class FacSTDAIRServiceContext
friend

Definition at line 30 of file STDAIR_ServiceContext.hpp.

References FacSTDAIRServiceContext.

Referenced by FacSTDAIRServiceContext.


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