pelib  2.0.0
pelib::RawVector< Key, Value > Class Template Reference

#include <RawVector.hpp>

Inheritance diagram for pelib::RawVector< Key, Value >:
[legend]

List of all members.

Public Member Functions

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

Detailed Description

template<class Key, class Value>
class pelib::RawVector< Key, Value >

Parser and output class in AMPL output format for pelib algebraic Vector data structure

Definition at line 35 of file RawVector.hpp.


Member Function Documentation

template<class Key , class Value >
virtual RawVector* pelib::RawVector< Key, Value >::clone ( ) const [inline, virtual]

Returns a pointer to a opy of this class instance

Implements pelib::RawDataOutput.

Definition at line 41 of file RawVector.hpp.

template<class Key , class Value >
virtual void pelib::RawVector< Key, Value >::dump ( std::ostream &  o,
const AlgebraData data 
) const [inline, virtual]

writes in o a text representation of data

Implements pelib::AlgebraDataOutput.

Definition at line 48 of file RawVector.hpp.


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