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