#include <ControlPolicy.h>
Public Member Functions | |
ControlPolicyRegistration (const char *name) | |
Static Public Member Functions | |
static ControlPolicy * | create (const char *dataFile) |
Create a static field of this type to register a control policy type.
Definition at line 98 of file ControlPolicy.h.
|
inlineexplicit |
Register the template type under the given name.
name | experiment name |
Definition at line 105 of file ControlPolicy.h.
|
inlinestatic |
Creator function passed to ExperimentConfig::registerType.
Definition at line 113 of file ControlPolicy.h.