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