shark::EmptyState Struct Reference

Default State of an Object which does not need a State. More...

#include <shark/Core/State.h>

+ Inheritance diagram for shark::EmptyState:

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 ()
 

Detailed Description

Default State of an Object which does not need a State.

Definition at line 71 of file State.h.


The documentation for this struct was generated from the following file: