Utopia 2
Framework for studying models of complex & adaptive systems.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone >::DummyCellManager Struct Reference

A dummy CellManager type that is used in standalone mode. More...

Public Member Functions

DataIO::Config cfg () const
 Always returns an empty node.
 

Detailed Description

template<typename EnvParam = DummyEnvParam, typename EnvCellState = DummyEnvCellState, bool standalone = false>
struct Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone >::DummyCellManager

A dummy CellManager type that is used in standalone mode.

Member Function Documentation

◆ cfg()

template<typename EnvParam = DummyEnvParam, typename EnvCellState = DummyEnvCellState, bool standalone = false>
DataIO::Config Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone >::DummyCellManager::cfg ( ) const
inline

Always returns an empty node.

186 {
187 return {};
188 }

The documentation for this struct was generated from the following file: