Utopia 2
Framework for studying models of complex & adaptive systems.
|
Go to the source code of this file.
Classes | |
class | Utopia::Cell< Traits > |
A cell is a slightly specialized state container. More... | |
Namespaces | |
namespace | Utopia |
Typedefs | |
template<typename StateType , Update update_mode, bool use_def_state_constr = false, typename CellTags = EmptyTag, template< class > class CustomLinkContainers = NoCustomLinks> | |
using | Utopia::CellTraits = EntityTraits< StateType, update_mode, use_def_state_constr, CellTags, CustomLinkContainers > |
CellTraits are just another name for Utopia::EntityTraits. | |