|
Sets the options for components
Description
Class members
bool exists(const std::string &option_name)
int count(const std::string &option_name)
const std::string &get_value(
const std::string &option_name,
int offset=0)
int get_value_as_int(
const std::string &option_name,
int offset=0)
bool get_value_as_bool(
const std::string &option_name,
int offset=0)
void add_option(
const std::string &option_name,
const std::string &option_value)
void add_option_as_int(
const std::string &option_name,
int option_value)
void add_option_as_bool(
const std::string &option_name,
bool option_value)
void clear()
std::multimap<std::string, std::string> options
See Also
None
Back to index
|