Utopia 2
Framework for studying models of complex & adaptive systems.
|
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. | |
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.