Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Typedefs
Utopia::Models::GameOfLife Namespace Reference

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. More...
 
using ModelTypes = Utopia::ModelTypes<>
 Type helper to define types used by the model. More...
 

Typedef Documentation

◆ CellTraits

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.

◆ ModelTypes

Type helper to define types used by the model.