#include <properties_providers.h>
Definition at line 71 of file properties_providers.h.
FilePropertiesProvider::FilePropertiesProvider |
( |
| ) |
|
|
inline |
void FilePropertiesProvider::append_file_content |
( |
const std::string & |
path | ) |
|
|
inline |
bool FilePropertiesProvider::get_bool |
( |
const std::string & |
id, |
|
|
bool |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
double FilePropertiesProvider::get_dbl |
( |
const std::string & |
id, |
|
|
double |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
int FilePropertiesProvider::get_int |
( |
const std::string & |
id, |
|
|
int |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
str FilePropertiesProvider::get_str |
( |
const std::string & |
id, |
|
|
const str & |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
unsigned FilePropertiesProvider::get_uint |
( |
const std::string & |
id, |
|
|
unsigned |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
constexpr char FilePropertiesProvider::Comment_Marker = '#' |
|
staticprotected |
constexpr char FilePropertiesProvider::Id_Value_Delimiter = '=' |
|
staticprotected |
constexpr char FilePropertiesProvider::Include_Close_Marker = '>' |
|
staticprotected |
constexpr char FilePropertiesProvider::Include_Open_Marker = '<' |
|
staticprotected |
The documentation for this class was generated from the following file: