DART
6.10.1
|
#include "dart/common/Composite.hpp"
#include "dart/common/Empty.hpp"
#include "dart/common/detail/CompositeJoiner.hpp"
Go to the source code of this file.
Classes | |
class | dart::common::CompositeJoiner< OtherBases > |
Terminator for the variadic template. More... | |
class | dart::common::CompositeJoiner< Base1 > |
Special case of only having 1 class: we do nothing but inherit it. More... | |
class | dart::common::CompositeJoiner< Base1, Base2 > |
CompositeJoiner allows classes that inherit from various SpecializedForAspect types to be inherited by a single derived class. More... | |
class | dart::common::CompositeJoiner< Base1, Base2, OtherBases... > |
This is the variadic version of the CompositeJoiner class which allows you to include arbitrarily many base classes in the joining. More... | |
Namespaces | |
dart | |
dart::common | |