| pelib
    2.0.0
    | 
#include <AlgebraDataOutput.hpp>
| Public Member Functions | |
| virtual void | dump (std::ostream &o, const AlgebraData *data) const =0 | 
Base class of all classes able to output either element in a Algebra collection. This class must be derived to be used.
Definition at line 38 of file AlgebraDataOutput.hpp.
| virtual void pelib::AlgebraDataOutput::dump | ( | std::ostream & | o, | 
| const AlgebraData * | data | ||
| ) | const  [pure virtual] | 
writes in o a text representation of data
Implemented in pelib::AmplInputMatrix< Col, Row, Value >, pelib::AmplOutputMatrix< Col, Row, Value >, pelib::AmplOutputSet< Value, Key >, pelib::AmplOutputVector< Key, Value >, pelib::AmplInputSet< Value, Key >, pelib::AmplInputVector< Key, Value >, pelib::AmplInputScalar< Value >, pelib::AmplOutputScalar< Value >, pelib::RawMatrix< Col, Row, Value >, pelib::CppScalar< Value >, pelib::CppMatrix< Col, Row, Value >, pelib::CppVector< Key, Value >, pelib::CppSet< Value >, pelib::RawSet< Value, Key >, pelib::RawScalar< Value >, and pelib::RawVector< Key, Value >.