The MAUVE Toolchain
|
Class of a Call service. More...
#include <CallService.hpp>
Public Member Functions | |
CallService (std::string const &name) | |
Constructor. | |
CallService (const CallService< R, P... > &other)=delete | |
virtual R | call (P...parameters) const =0 |
Call the service. | |
connection_type | get_type () const overridefinal |
R | operator() (P...parameters) const |
Helper. | |
![]() | |
Service (std::string const &name) | |
Constructor. | |
Service (const Service &other)=delete | |
Constructor. | |
virtual std::string | get_resource_name () const =0 |
std::string | type_name () const |
Service type name. | |
Additional Inherited Members | |
![]() | |
const std::string | name |
Service name. | |
Class of a Call service.