![]() |
Realm
A distributed, event-based tasking library
|
#include <hdf5_module.h>
Public Member Functions | |
| virtual void | configure_from_cmdline (std::vector< std::string > &cmdline) |
Public Member Functions inherited from Realm::ModuleConfig | |
| virtual | ~ModuleConfig (void) |
| template<typename T > | |
| RealmStatus | set_property (const std::string &name, T value) |
| template<typename T > | |
| RealmStatus | get_property (const std::string &name, T &value) const |
| void | finish_configure (void) |
| const std::string & | get_name (void) const |
| template<typename T > | |
| RealmStatus | get_resource (const std::string &name, T &value) const |
Protected Member Functions | |
| HDF5ModuleConfig (void) | |
Protected Member Functions inherited from Realm::ModuleConfig | |
| ModuleConfig (const std::string &name) | |
Protected Attributes | |
| bool | cfg_showerrors = true |
Protected Attributes inherited from Realm::ModuleConfig | |
| std::unordered_map< std::string, void *const > | config_map |
| std::unordered_map< std::string, void *const > | resource_map |
| std::string | module_name |
| bool | resource_discover_finished = false |
| bool | finish_configured = false |
Friends | |
| class | HDF5Module |
|
protected |
|
virtual |
Reimplemented from Realm::ModuleConfig.
|
friend |
|
protected |