Struct StateSpace::ValueLocation
Defined in File StateSpace.h
Nested Relationships
This struct is a nested type of Class StateSpace.
Struct Documentation
-
struct ValueLocation
Representation of the address of a value in a state. This structure stores the indexing information needed to access elements of a state (no pointer values are stored)
Public Members
-
SubstateLocation stateLocation
Location of the substate that contains the pointed to value.
-
std::size_t index
The index of the value to be accessed, within the substate location above.
-
SubstateLocation stateLocation