|
pelib
2.0.0
|
#include <CppSet.hpp>
Public Member Functions | |
| CppSet () | |
| virtual CppSet * | clone () const |
| virtual void | dump (std::ostream &o, const AlgebraData *data) const |
C++ code generator for a Set
Definition at line 35 of file CppSet.hpp.
| pelib::CppSet< Value >::CppSet | ( | ) | [inline] |
Definition at line 40 of file CppSet.hpp.
| virtual CppSet* pelib::CppSet< Value >::clone | ( | ) | const [inline, virtual] |
Returns a copy of the class instance
Implements pelib::CppData.
Definition at line 48 of file CppSet.hpp.
| virtual void pelib::CppSet< Value >::dump | ( | std::ostream & | o, |
| const AlgebraData * | data | ||
| ) | const [inline, virtual] |
Generate C++ code that declares a C++ set instance and fills it with the data given in the pelib::Set object instance passed
Implements pelib::AlgebraDataOutput.
Definition at line 56 of file CppSet.hpp.