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

Go to the source code of this file.

Classes

class  Utopia::GraphEntity< Traits >
 A graph entity is a slightly specialized state container. More...
 

Namespaces

namespace  Utopia
 

Typedefs

template<typename StateType , typename GraphEntityTags = EmptyTag, template< class > class CustomLinkContainers = NoCustomLinks>
using Utopia::GraphEntityTraits = EntityTraits< StateType, Update::manual, false, GraphEntityTags, CustomLinkContainers >
 GraphEntityTraits are mainly just another name for Utopia::EntityTraits.