pelib  2.0.0
pelib::CppSet< Value > Class Template Reference

#include <CppSet.hpp>

Inheritance diagram for pelib::CppSet< Value >:
[legend]

List of all members.

Public Member Functions

 CppSet ()
virtual CppSetclone () const
virtual void dump (std::ostream &o, const AlgebraData *data) const

Detailed Description

template<class Value>
class pelib::CppSet< Value >

C++ code generator for a Set

Definition at line 35 of file CppSet.hpp.


Constructor & Destructor Documentation

template<class Value >
pelib::CppSet< Value >::CppSet ( ) [inline]

Definition at line 40 of file CppSet.hpp.


Member Function Documentation

template<class Value >
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.

template<class Value >
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.


The documentation for this class was generated from the following file: