Public Member Functions | Protected Member Functions | Private Attributes

Parameters::IntArrayParam Class Reference

#include <IntArrayParam.h>

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

List of all members.

Public Member Functions

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

Protected Member Functions

virtual string valueToString ()

Private Attributes

vector< int > values_m

Detailed Description

IntArrayParam class used to support OFFLINE tasks


Constructor & Destructor Documentation

Parameters::IntArrayParam::IntArrayParam (  ) 

Constructor

Parameters::IntArrayParam::IntArrayParam ( const vector< int > &  vals,
const string &  nameVal,
auto_ptr< string >  unitsVal 
)

Constructor

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

Destructor


Member Function Documentation

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

Implements Parameters::Param.

vector<int> Parameters::IntArrayParam::getValues (  ) 
virtual string Parameters::IntArrayParam::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<int> Parameters::IntArrayParam::values_m [private]

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