#include <parametermap.h>
Public Member Functions | |
template<typename ValueType > | |
ValueType | getItem (const string key) |
template<typename ValueType > | |
ValueType | getItem (const string key, const ValueType &def) |
template<typename ValueType > | |
void | setItem (const string key, const ValueType &val) |
bool | hasKey (const string key) const |
Definition at line 34 of file parametermap.h.
ValueType parameterMap::getItem | ( | const string | key, | |
const ValueType & | def | |||
) | [inline] |
Definition at line 52 of file parametermap.h.
ValueType parameterMap::getItem | ( | const string | key | ) | [inline] |
Definition at line 39 of file parametermap.h.
bool parameterMap::hasKey | ( | const string | key | ) | const [inline] |
Definition at line 62 of file parametermap.h.
void parameterMap::setItem | ( | const string | key, | |
const ValueType & | val | |||
) | [inline] |
Definition at line 57 of file parametermap.h.