Belle II Software development
|
Helper class to easily register new input handlers. More...
#include <Gearbox.h>
Public Member Functions | |
InputHandlerFactory (const std::string &prefix) | |
constructor, used by B2_GEARBOX_REGISTER_INPUTHANDLER macro. | |
Static Public Member Functions | |
static gearbox::InputHandler * | factory (const std::string &uri) |
create a new InputHandler of type T for given URI. | |
Helper class to easily register new input handlers.
|
inlineexplicit |
constructor, used by B2_GEARBOX_REGISTER_INPUTHANDLER macro.
Definition at line 238 of file Gearbox.h.
|
inlinestatic |