18 #ifndef MAUVE_RUNTIME_WITH_INTERFACE_HPP 19 #define MAUVE_RUNTIME_WITH_INTERFACE_HPP 27 template <
typename INTERFACE>
30 virtual INTERFACE &
interface ()
const = 0;
Object with an Interface.
Definition: WithInterface.hpp:28
virtual INTERFACE & interface() const =0
Get the interface.
The MAUVE namespace.
Definition: tracing.hpp:24
virtual bool clear_interface()=0
Clear the interface.