#include <module_config.h>
◆ ModuleConfig()
| Realm::ModuleConfig::ModuleConfig |
( |
const std::string & |
name | ) |
|
|
protected |
◆ ~ModuleConfig()
| virtual Realm::ModuleConfig::~ModuleConfig |
( |
void |
| ) |
|
|
virtual |
◆ configure_from_cmdline()
| virtual void Realm::ModuleConfig::configure_from_cmdline |
( |
std::vector< std::string > & |
cmdline | ) |
|
|
virtual |
◆ finish_configure()
| void Realm::ModuleConfig::finish_configure |
( |
void |
| ) |
|
◆ get_name()
| const std::string & Realm::ModuleConfig::get_name |
( |
void |
| ) |
const |
◆ get_property()
template<typename T >
| RealmStatus Realm::ModuleConfig::get_property |
( |
const std::string & |
name, |
|
|
T & |
value |
|
) |
| const |
◆ get_resource()
template<typename T >
| RealmStatus Realm::ModuleConfig::get_resource |
( |
const std::string & |
name, |
|
|
T & |
value |
|
) |
| const |
◆ set_property()
template<typename T >
| RealmStatus Realm::ModuleConfig::set_property |
( |
const std::string & |
name, |
|
|
T |
value |
|
) |
| |
◆ config_map
| std::unordered_map<std::string, void *const> Realm::ModuleConfig::config_map |
|
protected |
◆ finish_configured
| bool Realm::ModuleConfig::finish_configured = false |
|
protected |
◆ module_name
| std::string Realm::ModuleConfig::module_name |
|
protected |
◆ resource_discover_finished
| bool Realm::ModuleConfig::resource_discover_finished = false |
|
protected |
◆ resource_map
| std::unordered_map<std::string, void *const> Realm::ModuleConfig::resource_map |
|
protected |
The documentation for this class was generated from the following file: