DART 6.10.1
|
#include "dart/common/ClassWithVirtualBase.hpp"
#include "dart/common/detail/CompositeData.hpp"
#include "dart/common/detail/Composite.hpp"
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) |