#include <trademgen/TRADEMGEN_Abstract.hpp>
List of all members.
Public Member Functions |
virtual void | toStream (std::ostream &ioOut) const =0 |
virtual void | fromStream (std::istream &ioIn)=0 |
virtual std::string | toString () const =0 |
Detailed Description
Base class for the TRADEMGEN interface structures.
Definition at line 16 of file TRADEMGEN_Abstract.hpp.
Constructor & Destructor Documentation
TRADEMGEN::TRADEMGEN_Abstract::TRADEMGEN_Abstract |
( |
| ) |
|
|
inlineprotected |
virtual TRADEMGEN::TRADEMGEN_Abstract::~TRADEMGEN_Abstract |
( |
| ) |
|
|
inlineprotectedvirtual |
Member Function Documentation
virtual void TRADEMGEN::TRADEMGEN_Abstract::toStream |
( |
std::ostream & |
ioOut | ) |
const |
|
pure virtual |
Dump a structure into an output stream.
- Parameters:
-
ostream& | the output stream. |
Implemented in TRADEMGEN::DBParams.
virtual void TRADEMGEN::TRADEMGEN_Abstract::fromStream |
( |
std::istream & |
ioIn | ) |
|
|
pure virtual |
virtual std::string TRADEMGEN::TRADEMGEN_Abstract::toString |
( |
| ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: