The definition of a discrete state. More...
#include <DiscreteStateSpace.h>
Public Attributes | |
int | value |
The current state - an int in range [lowerBound, upperBound]. | |
Additional Inherited Members | |
![]() | |
template<class T > | |
const T * | as (void) const |
Cast this instance to a desired type. More... | |
template<class T > | |
T * | as (void) |
Cast this instance to a desired type. More... | |
The definition of a discrete state.
Definition at line 74 of file DiscreteStateSpace.h.