#include <trademgen/TRADEMGEN_Abstract.hpp>
|
virtual void | toStream (std::ostream &ioOut) const =0 |
|
virtual void | fromStream (std::istream &ioIn)=0 |
|
virtual std::string | toString () const =0 |
|
Base class for the TRADEMGEN interface structures.
Definition at line 16 of file TRADEMGEN_Abstract.hpp.
◆ TRADEMGEN_Abstract() [1/2]
TRADEMGEN::TRADEMGEN_Abstract::TRADEMGEN_Abstract |
( |
| ) |
|
|
inlineprotected |
◆ TRADEMGEN_Abstract() [2/2]
◆ ~TRADEMGEN_Abstract()
virtual TRADEMGEN::TRADEMGEN_Abstract::~TRADEMGEN_Abstract |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ toStream()
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.
◆ fromStream()
virtual void TRADEMGEN::TRADEMGEN_Abstract::fromStream |
( |
std::istream & | ioIn | ) |
|
|
pure virtual |
◆ toString()
virtual std::string TRADEMGEN::TRADEMGEN_Abstract::toString |
( |
| ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: