Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Typedefs
GraphEntity
Collaboration diagram for GraphEntity:

Classes

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

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

Detailed Description

Typedef Documentation

◆ GraphEntityTraits

template<typename StateType , typename GraphEntityTags = EmptyTag, template< class > class CustomLinkContainers = NoCustomLinks>
using Utopia::GraphEntityTraits = typedef EntityTraits<StateType, Update::manual, false, GraphEntityTags, CustomLinkContainers>

GraphEntityTraits are mainly just another name for Utopia::EntityTraits.

The only difference is that the update_mode is restricted as default to Update::manual and a default constructor is required.