All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
State.h
State * operator[](unsigned int i)
Access element ith component. This does not check whether the index is within bounds.
Definition: State.h:136
T * as(const unsigned int index)
Cast a component of this instance to a desired type.
Definition: State.h:119
const State * operator[](unsigned int i) const
Access const element ith component. This does not check whether the index is within bounds...
Definition: State.h:129
const T * as(const unsigned int index) const
Cast a component of this instance to a desired type.
Definition: State.h:109