#include <ExperimentConfig.h>
Public Member Functions | |
ExperimentConfigRegistration (const char *name) | |
Static Public Member Functions | |
static ExperimentConfig * | create () |
Create a static field of this type to register an experiment config type.
Definition at line 223 of file ExperimentConfig.h.
|
inlineexplicit |
Register the template type under the given name.
name | experiment name |
Definition at line 230 of file ExperimentConfig.h.
|
inlinestatic |
Creator function passed to ExperimentConfig::registerType.
Definition at line 238 of file ExperimentConfig.h.