#include <trademgen/TRADEMGEN_Abstract.hpp>
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 () |
Base class for the TRADEMGEN interface structures.
Definition at line 16 of file TRADEMGEN_Abstract.hpp.
|
inlineprotected |
Protected Default Constructor to ensure this class is abtract.
Definition at line 33 of file TRADEMGEN_Abstract.hpp.
|
inlineprotected |
Definition at line 34 of file TRADEMGEN_Abstract.hpp.
|
inlineprotectedvirtual |
Destructor.
Definition at line 37 of file TRADEMGEN_Abstract.hpp.
|
pure virtual |
Dump a structure into an output stream.
ostream& | the output stream. |
Implemented in TRADEMGEN::DBParams.
Referenced by operator<<().
|
pure virtual |
Read a structure from an input stream.
istream& | the input stream. |
Implemented in TRADEMGEN::DBParams.
Referenced by operator>>().
|
pure virtual |
Get the serialised version of the structure.
Implemented in TRADEMGEN::DBParams.