$treeview $search $mathjax
#include <airinv/service/ServiceAbstract.hpp>
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 14 of file ServiceAbstract.hpp.
| virtual AIRINV::ServiceAbstract::~ServiceAbstract | ( | ) | [inline, virtual] |
Destructor.
Definition at line 18 of file ServiceAbstract.hpp.
| AIRINV::ServiceAbstract::ServiceAbstract | ( | ) | [inline, protected] |
Protected Default Constructor to ensure this class is abtract.
Definition at line 30 of file ServiceAbstract.hpp.
| virtual void AIRINV::ServiceAbstract::toStream | ( | std::ostream & | ioOut | ) | const [inline, virtual] |
Dump a Business Object into an output stream.
| ostream& | the output stream. |
Definition at line 22 of file ServiceAbstract.hpp.
| virtual void AIRINV::ServiceAbstract::fromStream | ( | std::istream & | ioIn | ) | [inline, virtual] |
Read a Business Object from an input stream.
| istream& | the input stream. |
Definition at line 26 of file ServiceAbstract.hpp.
Referenced by operator>>().
1.4.7
Generated on Sun Jun 14 20:59:20 2015 for AirInv by
1.4.7