18 #ifndef MAUVE_RUNTIME_CONFIGURABLE_HPP 19 #define MAUVE_RUNTIME_CONFIGURABLE_HPP virtual bool is_configured() const =0
Get the configuration status of the configurable object.
virtual void cleanup()=0
Cleanup the object.
The MAUVE namespace.
Definition: tracing.hpp:24
Configurable trait.
Definition: Configurable.hpp:25
virtual bool configure()=0
Configure the object.