$treeview $search $mathjax
#include <stdair/service/ServiceAbstract.hpp>
Inheritance diagram for stdair::ServiceAbstract:

Public Member Functions | |
| virtual | ~ServiceAbstract () |
| virtual void | toStream (std::ostream &ioOut) const |
| virtual void | fromStream (std::istream &ioIn) |
Protected Member Functions | |
| ServiceAbstract () | |
Definition at line 15 of file ServiceAbstract.hpp.
| virtual stdair::ServiceAbstract::~ServiceAbstract | ( | ) | [inline, virtual] |
Destructor.
Definition at line 21 of file ServiceAbstract.hpp.
| stdair::ServiceAbstract::ServiceAbstract | ( | ) | [inline, protected] |
Protected Default Constructor to ensure this class is abtract.
Definition at line 46 of file ServiceAbstract.hpp.
| virtual void stdair::ServiceAbstract::toStream | ( | std::ostream & | ioOut | ) | const [inline, virtual] |
Dump a Business Object into an output stream.
| ostream& | the output stream. |
Definition at line 28 of file ServiceAbstract.hpp.
| virtual void stdair::ServiceAbstract::fromStream | ( | std::istream & | ioIn | ) | [inline, virtual] |
Read a Business Object from an input stream.
| istream& | the input stream. |
Definition at line 35 of file ServiceAbstract.hpp.
Referenced by operator>>().
1.4.7
Generated on Sun Jun 7 15:18:24 2015 for StdAir by
1.4.7