$treeview $search $mathjax
SimCRS Logo  1.00.0
$projectbrief
$projectbrief
$searchbox

SIMCRS::ServiceAbstract Class Reference

#include <simcrs/service/ServiceAbstract.hpp>

Inheritance diagram for SIMCRS::ServiceAbstract:

SIMCRS::SIMCRS_ServiceContext List of all members.

Public Member Functions

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

Protected Member Functions

 ServiceAbstract ()

Detailed Description

Base class for the Service layer.

Definition at line 14 of file ServiceAbstract.hpp.


Constructor & Destructor Documentation

virtual SIMCRS::ServiceAbstract::~ServiceAbstract (  )  [inline, virtual]

Destructor.

Definition at line 18 of file ServiceAbstract.hpp.

SIMCRS::ServiceAbstract::ServiceAbstract (  )  [inline, protected]

Protected Default Constructor to ensure this class is abtract.

Definition at line 30 of file ServiceAbstract.hpp.


Member Function Documentation

virtual void SIMCRS::ServiceAbstract::toStream ( std::ostream &  ioOut  )  const [inline, virtual]

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  )  [inline, virtual]

Read a Business Object from an input stream.

Parameters:
istream& the input stream.

Definition at line 26 of file ServiceAbstract.hpp.

Referenced by operator>>().


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