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