#include <launch_properties_provider.h>
|
| bool | get_bool (const std::string &id, bool dflt) const override |
| |
| double | get_dbl (const std::string &id, double dflt) const override |
| |
| int | get_int (const std::string &id, int dflt) const override |
| |
| str | get_str (const std::string &id, const str &dflt) const override |
| |
| unsigned | get_uint (const std::string &id, unsigned dflt) const override |
| |
| bool LaunchPropertiesProvider::get_bool |
( |
const std::string & |
id, |
|
|
bool |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
| double LaunchPropertiesProvider::get_dbl |
( |
const std::string & |
id, |
|
|
double |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
| int LaunchPropertiesProvider::get_int |
( |
const std::string & |
id, |
|
|
int |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
| str LaunchPropertiesProvider::get_str |
( |
const std::string & |
id, |
|
|
const str & |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
| unsigned LaunchPropertiesProvider::get_uint |
( |
const std::string & |
id, |
|
|
unsigned |
dflt |
|
) |
| const |
|
inlineoverridevirtual |
template<typename T >
| T LaunchPropertiesProvider::launch_param |
( |
const std::string & |
id, |
|
|
const T & |
default_value |
|
) |
| const |
|
inlineprivate |
The documentation for this class was generated from the following file: