Utopia
2
Framework for studying models of complex & adaptive systems.
|
A very simple, default constructible container with public members. More...
#include <state.hh>
Public Types | |
using | State = StateType |
Public Member Functions | |
StateContainer (const State state_initial) | |
Construct state container with specific state. More... | |
Public Attributes | |
State | state |
A very simple, default constructible container with public members.
using Utopia::StateContainer< StateType, Update::manual >::State = StateType |
|
inline |
Construct state container with specific state.
This is required to support initialization without braces, as used for the other state containers.
State Utopia::StateContainer< StateType, Update::manual >::state |