|
| WriteServiceImpl (ServiceContainer< CORE > *container, std::string const &name, action_t action) |
|
| WriteServiceImpl (const WriteServiceImpl< CORE, T > &other)=delete |
|
std::string | get_resource_name () const override |
|
void | write (T value) const |
|
| WriteService (std::string const &name) |
|
| WriteService (const WriteService< T > &other)=delete |
|
connection_type | get_type () const overridefinal |
|
void | operator() (T value) const |
|
| Service (std::string const &name) |
| Constructor.
|
|
| Service (const Service &other)=delete |
| Constructor.
|
|
std::string | type_name () const |
| Service type name.
|
|