dart
|
This is an alternative to EmbedState which allows your class to also inherit other Composite objects by listing them as the third (and later) template arguments. More...
#include <EmbeddedAspect.hpp>
Public Types | |
using | Impl = EmbedState< DerivedT, StateDataT > |
using | Derived = typename Impl::Derived |
using | AspectStateData = typename Impl::AspectStateData |
using | AspectState = typename Impl::AspectState |
using | Aspect = typename Impl::Aspect |
using | Base = CompositeJoiner< Impl, BaseComposites... > |
Public Member Functions | |
template<typename... Args> | |
EmbedStateOnTopOf (Args &&... args) | |
This is an alternative to EmbedState which allows your class to also inherit other Composite objects by listing them as the third (and later) template arguments.