Base class for the light structures. More...
#include <opentrep/basic/StructAbstract.hpp>
Public Member Functions | |
virtual | ~StructAbstract () |
void | toStream (std::ostream &ioOut) const |
virtual void | fromStream (std::istream &ioIn) |
virtual std::string | describe () const =0 |
Protected Member Functions | |
StructAbstract () | |
Base class for the light structures.
Definition at line 16 of file StructAbstract.hpp.
|
inlinevirtual |
Destructor.
Definition at line 22 of file StructAbstract.hpp.
|
inlineprotected |
Protected Default Constructor to ensure this class is abtract.
Definition at line 51 of file StructAbstract.hpp.
|
inline |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Definition at line 29 of file StructAbstract.hpp.
References describe().
|
inlinevirtual |
Read a Business Object from an input stream.
istream& | the input stream. |
Reimplemented in OPENTREP::ScoreBoard, OPENTREP::StringPartition, OPENTREP::QuerySlices, OPENTREP::WordCombinationHolder, and OPENTREP::StringSet.
Definition at line 38 of file StructAbstract.hpp.
Referenced by operator>>().
|
pure virtual |
Display of the structure.
Implemented in OPENTREP::ScoreBoard, OPENTREP::StringPartition, OPENTREP::QuerySlices, OPENTREP::WordCombinationHolder, OPENTREP::StringSet, and OPENTREP::ScoreType.
Referenced by toStream().