#include <opentrep/OPENTREP_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 OPENTREP interface structures.
Definition at line 16 of file OPENTREP_Abstract.hpp.
OPENTREP::OPENTREP_Abstract::OPENTREP_Abstract |
( |
| ) |
|
|
inlineprotected |
Protected Default Constructor to ensure this class is abtract.
Definition at line 43 of file OPENTREP_Abstract.hpp.
virtual OPENTREP::OPENTREP_Abstract::~OPENTREP_Abstract |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void OPENTREP::OPENTREP_Abstract::toStream |
( |
std::ostream & |
ioOut | ) |
const |
|
pure virtual |
virtual void OPENTREP::OPENTREP_Abstract::fromStream |
( |
std::istream & |
ioIn | ) |
|
|
pure virtual |
virtual std::string OPENTREP::OPENTREP_Abstract::toString |
( |
| ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: