![]() |
MoCSI API Reference
|
#include <fstream>#include <functional>#include <string>#include <unordered_set>#include <valarray>#include "ChainManager.h"#include "IniParser.h"#include "InputManager.h"#include "SimulationClassBase.h"

Go to the source code of this file.
Classes | |
| class | GenericSubmodule< T > |
| Abstract base class for the submodules. Submodules are below managing modules and will only be run by them, not directly from the sim class. They can neither create fields (only access the local fields of their managing modules) nor alter elements in the sim class (they only posses a pointer to const). They can however also have an arbitrary number of submodules that they can execute themself when called. Their structure is otherwise a direct mirror of the managing modules. More... | |