$treeview $search $mathjax
#include <trademgen/TRADEMGEN_Abstract.hpp>
Inheritance diagram for TRADEMGEN::TRADEMGEN_Abstract:

Public Member Functions | |
| virtual void | toStream (std::ostream &ioOut) const =0 |
| virtual void | fromStream (std::istream &ioIn)=0 |
| virtual std::string | toString () const =0 |
Protected Member Functions | |
| TRADEMGEN_Abstract () | |
| TRADEMGEN_Abstract (const TRADEMGEN_Abstract &) | |
| virtual | ~TRADEMGEN_Abstract () |
Definition at line 16 of file TRADEMGEN_Abstract.hpp.
| TRADEMGEN::TRADEMGEN_Abstract::TRADEMGEN_Abstract | ( | ) | [inline, protected] |
Protected Default Constructor to ensure this class is abtract.
Definition at line 33 of file TRADEMGEN_Abstract.hpp.
| TRADEMGEN::TRADEMGEN_Abstract::TRADEMGEN_Abstract | ( | const TRADEMGEN_Abstract & | ) | [inline, protected] |
Definition at line 34 of file TRADEMGEN_Abstract.hpp.
| virtual TRADEMGEN::TRADEMGEN_Abstract::~TRADEMGEN_Abstract | ( | ) | [inline, protected, virtual] |
Destructor.
Definition at line 37 of file TRADEMGEN_Abstract.hpp.
| virtual void TRADEMGEN::TRADEMGEN_Abstract::toStream | ( | std::ostream & | ioOut | ) | const [pure virtual] |
Dump a structure into an output stream.
| ostream& | the output stream. |
Implemented in TRADEMGEN::DBParams.
| virtual void TRADEMGEN::TRADEMGEN_Abstract::fromStream | ( | std::istream & | ioIn | ) | [pure virtual] |
Read a structure from an input stream.
| istream& | the input stream. |
Implemented in TRADEMGEN::DBParams.
Referenced by operator>>().
| virtual std::string TRADEMGEN::TRADEMGEN_Abstract::toString | ( | ) | const [pure virtual] |
Get the serialised version of the structure.
Implemented in TRADEMGEN::DBParams.
1.4.7
Generated on Sat Jun 27 22:20:25 2015 for TraDemGen by
1.4.7