|
pelib
2.0.0
|
#include <RawSet.hpp>
Public Member Functions | |
| virtual RawSet * | clone () const |
| virtual void | dump (std::ostream &o, const AlgebraData *data) const |
Definition at line 35 of file RawSet.hpp.
| virtual RawSet* pelib::RawSet< Value, Key >::clone | ( | ) | const [inline, virtual] |
Returns a pointer to a copy of this class instance
Implements pelib::RawDataOutput.
Definition at line 44 of file RawSet.hpp.
| virtual void pelib::RawSet< Value, Key >::dump | ( | std::ostream & | o, |
| const AlgebraData * | data | ||
| ) | const [inline, virtual] |
writes in o a text representation of data
Implements pelib::AlgebraDataOutput.
Definition at line 51 of file RawSet.hpp.