#include <properties_providers.h>
|
std::unordered_map< std::string, std::string > | _props |
|
Definition at line 28 of file properties_providers.h.
bool MapPropertiesProvider::get_bool |
( |
const std::string & |
id, |
|
|
bool |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
double MapPropertiesProvider::get_dbl |
( |
const std::string & |
id, |
|
|
double |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
int MapPropertiesProvider::get_int |
( |
const std::string & |
id, |
|
|
int |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
str MapPropertiesProvider::get_str |
( |
const std::string & |
id, |
|
|
const str & |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
unsigned MapPropertiesProvider::get_uint |
( |
const std::string & |
id, |
|
|
unsigned |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
bool MapPropertiesProvider::has_property |
( |
const std::string & |
id | ) |
const |
|
inline |
void MapPropertiesProvider::set_property |
( |
const std::string & |
id, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
std::unordered_map<std::string, std::string> MapPropertiesProvider::_props |
|
private |
The documentation for this class was generated from the following file: