TOBI SignalServer
0.1
|
A template for the HWThreadBuilder which also registrates concrete builders in the HWThreadFactory. More...
#include <hw_thread_builder.h>
Public Member Functions | |
HWThreadBuilderTemplateRegistratorWithoutIOService (std::string key) | |
HWThreadBuilderTemplateRegistratorWithoutIOService (std::string key_1, std::string key_2) | |
HWThreadBuilderTemplateRegistratorWithoutIOService (std::string key_1, std::string key_2, std::string key_3) | |
HWThreadBuilderTemplateRegistratorWithoutIOService (std::string key_1, std::string key_2, std::string key_3, std::string key_4) | |
HWThreadBuilderTemplateRegistratorWithoutIOService (std::string key_1, std::string key_2, std::string key_3, std::string key_4, std::string key_5) | |
HWThreadBuilderTemplateRegistratorWithoutIOService (std::string key_1, std::string key_2, std::string key_3, std::string key_4, std::string key_5, std::string key_6) | |
virtual HWThread * | createInstance (boost::asio::io_service &, ticpp::Iterator< ticpp::Element > hw) const |
Private Member Functions | |
void | registerKey (std::string const &key) |
A template for the HWThreadBuilder which also registrates concrete builders in the HWThreadFactory.
usage: create an instance of this class (static class member or a global variable) HWThreadBuilderTemplateRegistratorWithoutIOService<ConcreteHWThread> my_concrete_hw_thread_builder ("blub", "bla", ...);
Definition at line 149 of file hw_thread_builder.h.