Utopia 2
Framework for studying models of complex & adaptive systems.
|
Classes | |
struct | CellState |
The type of a cell's state. More... | |
class | GameOfLife |
The GameOfLife Model. More... | |
Typedefs | |
using | CellTraits = Utopia::CellTraits< CellState, Update::manual, true > |
Specialize the CellTraits type helper for this model. | |
using | ModelTypes = Utopia::ModelTypes<> |
Type helper to define types used by the model. | |
using Utopia::Models::GameOfLife::CellTraits = typedef Utopia::CellTraits<CellState, Update::manual, true> |
Specialize the CellTraits type helper for this model.
Specifies the type of each cells' state as first template argument, the update mode as second, and whether to use the state default constructor as third.
See Utopia::CellTraits for more information.
Type helper to define types used by the model.