![]() |
MoCSI API Reference
|
#include <algorithm>#include <concepts>#include <iostream>#include <map>#include <memory>#include <sstream>#include <string>#include <unordered_set>#include <vector>

Go to the source code of this file.
Classes | |
| class | DependencyError< ModuleType > |
| Error class to throw when a module chain has circular or missing dependencies. Inherits from std::exception. More... | |
| class | ChainManager< ModuleType > |
| Template generalized ChainManager. It stores pointers to the modules and runs their exec-function on request. It can store different chains that can be run via passing the name of the chain to the runChain function or specific modules within a chain can be specified via the runSingleModuleInChain function. More... | |