Base class for Interfaces. More...
#include <memcore/Interface.hpp>
Base class for Interfaces.
This are properties which can be added to Intercubes dynamically at runtime. Their role is like (virtual) base classes and multiple inheritance, but they are determined at runtime, not compile-time.
void InterfaceBase::attached | ( | Intercube & | I | ) | [virtual] |
A virtual callback function that allows a derived interface optionally detecting when it is attached to a certain Intercube.
By default, it does nothing.