The MAUVE Toolchain
|
Call Service implementation. More...
#include <CallService.hpp>
Public Types | |
using | action_t = std::function< R(CORE *, P...)> |
Service action type. | |
Public Member Functions | |
CallServiceImpl (ServiceContainer< CORE > *container, std::string const &name, action_t action) | |
Constructor. | |
CallServiceImpl (const CallService< CORE, R, P... > &other)=delete | |
Constructor. | |
R | call (P...parameters) const override |
Call the service. | |
std::string | get_resource_name () const override |
![]() | |
CallService (std::string const &name) | |
Constructor. | |
CallService (const CallService< R, P... > &other)=delete | |
connection_type | get_type () const overridefinal |
R | operator() (P...parameters) const |
Helper. | |
![]() | |
Service (std::string const &name) | |
Constructor. | |
Service (const Service &other)=delete | |
Constructor. | |
std::string | type_name () const |
Service type name. | |
Additional Inherited Members | |
![]() | |
const std::string | name |
Service name. | |