DART  6.6.2
AspectWithVersion.hpp File Reference

Go to the source code of this file.

Classes

class  dart::common::detail::AspectWithState< BaseT, DerivedT, StateDataT, CompositeT, updateState >
 AspectWithProtectedState generates implementations of the State managing functions for an Aspect class. More...
 
class  dart::common::detail::AspectWithVersionedProperties< BaseT, DerivedT, PropertiesDataT, CompositeT, updateProperties >
 AspectWithProtectedProperties generates implementations of the Property managing functions for an Aspect class. More...
 

Namespaces

 dart
 
 dart::common
 
 dart::common::detail
 

Variables

template<class BaseT , class DerivedT , typename StateDataT , class CompositeT , void(*)(DerivedT *) updateState>
constexpr void(* dart::common::detail::AspectWithState )(DerivedT *)
 
template<class BaseT , class DerivedT , typename PropertiesDataT , class CompositeT , void(*)(DerivedT *) updateProperties>
constexpr void(* dart::common::detail::AspectWithVersionedProperties )(DerivedT *)