Tapkee
|
#include <parameter.hpp>
Public Types | |
typedef std::map< std::string, Parameter > | ParametersMap |
typedef std::list< std::string > | DuplicatesList |
Public Member Functions | |
ParametersSet () | |
ParametersSet (const ParametersSet &other) | |
ParametersSet & | operator= (const ParametersSet &other) |
void | check () |
void | add (const Parameter &p) |
bool | contains (const std::string &name) const |
void | merge (const ParametersSet &pg) |
Parameter | operator[] (const std::string &name) const |
ParametersSet & | operator, (const Parameter &p) |
Private Attributes | |
ParametersMap | pmap |
DuplicatesList | dups |
Definition at line 233 of file parameter.hpp.
typedef std::list<std::string> DuplicatesList |
Definition at line 238 of file parameter.hpp.
typedef std::map<std::string, Parameter> ParametersMap |
Definition at line 237 of file parameter.hpp.
ParametersSet | ( | ) |
Definition at line 240 of file parameter.hpp.
ParametersSet | ( | const ParametersSet & | other | ) |
Definition at line 243 of file parameter.hpp.
void add | ( | const Parameter & | p | ) |
Definition at line 264 of file parameter.hpp.
void check | ( | ) |
Definition at line 252 of file parameter.hpp.
bool contains | ( | const std::string & | name | ) | const |
Definition at line 271 of file parameter.hpp.
void merge | ( | const ParametersSet & | pg | ) |
Definition at line 275 of file parameter.hpp.
ParametersSet& operator, | ( | const Parameter & | p | ) |
Definition at line 298 of file parameter.hpp.
ParametersSet& operator= | ( | const ParametersSet & | other | ) |
Definition at line 246 of file parameter.hpp.
Parameter operator[] | ( | const std::string & | name | ) | const |
Definition at line 286 of file parameter.hpp.
|
private |
Definition at line 307 of file parameter.hpp.
|
private |
Definition at line 306 of file parameter.hpp.