DART 6.7.3
|
Go to the source code of this file.
Classes | |
class | dart::common::Composite |
Composite is a base class that should be virtually inherited by any class that wants to be able to manage Aspects. More... | |
Namespaces | |
namespace | dart |
namespace | dart::common |
Functions | |
template<class T > | |
void | dart::common::createAspects (T *) |
Attach an arbitrary number of Aspects to the specified Composite type. | |
template<class T , class NextAspect , class... Aspects> | |
void | dart::common::createAspects (T *comp) |