Class MEAL::Function::Interface
-
template<class T>
class Interface : public TextInterface::To<T> Textual interface to Function attributes.
Provides a text interface to get and set Function attributes.
Public Functions
-
Interface(T* = 0)
Default constructor that takes an optional instance.
-
inline std::string get_interface_name() const
Get the interface name.
-
inline std::string get_interface_description() const
Get a short description of this interface.
-
Interface(T* = 0)