Utopia 2
Framework for studying models of complex & adaptive systems.
|
Go to the source code of this file.
Classes | |
class | Utopia::StateContainer< StateType, Update::manual > |
A very simple, default constructible container with public members. More... | |
class | Utopia::StateContainer< StateType, Update::async > |
State Container specialization for async states. More... | |
class | Utopia::StateContainer< StateType, Update::sync > |
State Container specialization for sync states. More... | |
Namespaces | |
namespace | Utopia |
Enumerations | |
enum class | Utopia::Update { Utopia::Update::manual , Utopia::Update::sync , Utopia::Update::async } |
Update modes when applying rules. More... | |