The MAUVE Toolchain
mauve::runtime::CallService< R, P > Class Template Referenceabstract

Class of a Call service. More...

#include <CallService.hpp>

Inheritance diagram for mauve::runtime::CallService< R, P >:
Collaboration diagram for mauve::runtime::CallService< R, P >:

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
 
operator() (P...parameters) const
 Helper.
 
- Public Member Functions inherited from mauve::runtime::Service
 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

- Public Attributes inherited from mauve::runtime::Service
const std::string name
 Service name.
 

Detailed Description

template<typename R, typename... P>
class mauve::runtime::CallService< R, P >

Class of a Call service.