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

#include <RawScalar.hpp>

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

List of all members.

Public Member Functions

virtual RawScalarclone () const
virtual void dump (std::ostream &stream, const AlgebraData *data) const

Detailed Description

template<class Value>
class pelib::RawScalar< Value >

Parser and output class for a pelib::Scalar in AMPL output format

Definition at line 35 of file RawScalar.hpp.


Member Function Documentation

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

Returns a pointer to a copy of this instance

Implements pelib::RawDataOutput.

Definition at line 42 of file RawScalar.hpp.

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

Writes the name and value of a pelib::Scalar to output stream in AMPL output format

Implements pelib::AlgebraDataOutput.

Definition at line 50 of file RawScalar.hpp.


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