TOBI SignalServer  0.1
tobiss::HWThreadBuilderTemplateRegistratorWithoutIOService< T > Class Template Reference

A template for the HWThreadBuilder which also registrates concrete builders in the HWThreadFactory. More...

#include <hw_thread_builder.h>

+ Inheritance diagram for tobiss::HWThreadBuilderTemplateRegistratorWithoutIOService< T >:
+ Collaboration diagram for tobiss::HWThreadBuilderTemplateRegistratorWithoutIOService< T >:

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 HWThreadcreateInstance (boost::asio::io_service &, ticpp::Iterator< ticpp::Element > hw) const

Private Member Functions

void registerKey (std::string const &key)

Detailed Description

template<typename T>
class tobiss::HWThreadBuilderTemplateRegistratorWithoutIOService< T >

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.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables