|
The MAUVE Toolchain
|


Public Member Functions | |
| WriteService (std::string const &name) | |
| WriteService (const WriteService< T > &other)=delete | |
| connection_type | get_type () const overridefinal |
| void | operator() (T value) const |
| virtual void | write (T value) const =0 |
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. | |