Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Namespaces | Typedefs
cell.hh File Reference
#include "tags.hh"
#include "types.hh"
#include "entity.hh"
Include dependency graph for cell.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Utopia::Cell< Traits >
 A cell is a slightly specialized state container. More...
 

Namespaces

 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. More...