RcsPySim
A robot control and simulation library
Rcs::ExperimentConfigRegistration< Config > Class Template Reference

#include <ExperimentConfig.h>

Public Member Functions

 ExperimentConfigRegistration (const char *name)
 

Static Public Member Functions

static ExperimentConfigcreate ()
 

Detailed Description

template<class Config>
class Rcs::ExperimentConfigRegistration< Config >

Create a static field of this type to register an experiment config type.

Definition at line 223 of file ExperimentConfig.h.

Constructor & Destructor Documentation

◆ ExperimentConfigRegistration()

template<class Config>
Rcs::ExperimentConfigRegistration< Config >::ExperimentConfigRegistration ( const char *  name)
inlineexplicit

Register the template type under the given name.

Parameters
nameexperiment name

Definition at line 230 of file ExperimentConfig.h.

Member Function Documentation

◆ create()

template<class Config>
static ExperimentConfig* Rcs::ExperimentConfigRegistration< Config >::create ( )
inlinestatic

Creator function passed to ExperimentConfig::registerType.

Definition at line 238 of file ExperimentConfig.h.


The documentation for this class was generated from the following file: