Default State of an Object which does not need a State. More...
#include <shark/Core/State.h>
Additional Inherited Members | |
Public Member Functions inherited from shark::State | |
virtual | ~State () |
prevents that this class can be instantiated More... | |
template<class DerivedStateType > | |
DerivedStateType const & | toState () const |
Safely downcast State to it's derived type. More... | |
template<class DerivedStateType > | |
DerivedStateType & | toState () |