Public Member Functions | Protected Member Functions | Private Attributes

Parameters::DoubleArrayParam Class Reference

#include <DoubleArrayParam.h>

Inheritance diagram for Parameters::DoubleArrayParam:
Inheritance graph
[legend]
Collaboration diagram for Parameters::DoubleArrayParam:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DoubleArrayParam ()
 DoubleArrayParam (const vector< double > &vals, const string &nameVal, auto_ptr< string > unitsVal)
virtual ~DoubleArrayParam ()
vector< double > getValues ()
virtual string getType ()

Protected Member Functions

virtual string valueToString ()

Private Attributes

vector< double > values_m

Detailed Description

DoubleArrayParam class used to support OFFLINE tasks


Constructor & Destructor Documentation

Parameters::DoubleArrayParam::DoubleArrayParam (  ) 

Constructor

Parameters::DoubleArrayParam::DoubleArrayParam ( const vector< double > &  vals,
const string &  nameVal,
auto_ptr< string >  unitsVal 
)

Constructor

virtual Parameters::DoubleArrayParam::~DoubleArrayParam (  )  [virtual]

Destructor


Member Function Documentation

virtual string Parameters::DoubleArrayParam::getType (  )  [virtual]

Implements Parameters::Param.

vector<double> Parameters::DoubleArrayParam::getValues (  ) 
virtual string Parameters::DoubleArrayParam::valueToString (  )  [protected, virtual]

Used to create the value portion of the toString (XML) string. Different concrete implementations may do this differently, but they will all have such a method.

Implements Parameters::Param.


Member Data Documentation

vector<double> Parameters::DoubleArrayParam::values_m [private]

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