DART  6.6.2
Composite.hpp File Reference

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

 dart
 
 dart::common
 

Functions

template<class T >
void dart::common::createAspects (T *)
 Attach an arbitrary number of Aspects to the specified Composite type. More...
 
template<class T , class NextAspect , class... Aspects>
void dart::common::createAspects (T *comp)