Frobby
0.9.5
|
#include <ParameterGroup.h>
Public Types | |
typedef vector< Parameter * >::iterator | iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
ParameterGroup () | |
virtual | ~ParameterGroup () |
void | addParameter (Parameter *parameter) |
void | obtainParameters (vector< Parameter * > ¶meters) |
virtual void | getValue (string &str) const |
Private Attributes | |
vector< Parameter * > | _parameters |
Definition at line 23 of file ParameterGroup.h.
typedef vector<Parameter*>::iterator ParameterGroup::iterator |
Definition at line 25 of file ParameterGroup.h.
ParameterGroup::ParameterGroup | ( | ) |
Definition at line 21 of file ParameterGroup.cpp.
|
virtual |
Definition at line 24 of file ParameterGroup.cpp.
void ParameterGroup::addParameter | ( | Parameter * | parameter | ) |
Definition at line 31 of file ParameterGroup.cpp.
|
inline |
Definition at line 27 of file ParameterGroup.h.
|
inline |
Definition at line 28 of file ParameterGroup.h.
|
virtual |
Definition at line 27 of file ParameterGroup.cpp.
void ParameterGroup::obtainParameters | ( | vector< Parameter * > & | parameters | ) |
Definition at line 37 of file ParameterGroup.cpp.
|
private |
Definition at line 40 of file ParameterGroup.h.