The SetupRegistry class semi-automatically registers Setups.
More...
#include <SetupRegistry.h>
The SetupRegistry class semi-automatically registers Setups.
- Note
- don't forget to use AUTO_REGISTER_SETUP
-
linking order is important to get this registry properly working, see CMakeLists.txt
◆ AddSetup()
| void SetupRegistry::AddSetup |
( |
const std::string & |
name, |
|
|
std::shared_ptr< Setup > |
setup |
|
) |
| |
|
static |
◆ Cleanup()
| void SetupRegistry::Cleanup |
( |
| ) |
|
|
static |
◆ GetNames()
| list< string > SetupRegistry::GetNames |
( |
| ) |
|
|
static |
◆ GetSetup()
| shared_ptr< Setup > SetupRegistry::GetSetup |
( |
const std::string & |
name | ) |
|
|
static |
◆ SetSetupOptions()
| void SetupRegistry::SetSetupOptions |
( |
OptionsPtr |
opt | ) |
|
|
static |
◆ SetupRegistration
The documentation for this class was generated from the following files: