Registers a cResultRecorder. More...
#include <cresultrecorder.h>
Public Member Functions | |
cResultRecorderDescriptor (const char *name, cResultRecorder *(*f)()) | |
cResultRecorder * | create () const |
Static Public Member Functions | |
static cResultRecorderDescriptor * | find (const char *name) |
static cResultRecorderDescriptor * | get (const char *name) |
Registers a cResultRecorder.
static cResultRecorderDescriptor* cResultRecorderDescriptor::find | ( | const char * | name | ) | [static] |
Finds the factory object for the given name.
The class must have been registered previously with the Register_ResultRecorder() macro.