MoCSI API Reference
Loading...
Searching...
No Matches
ChainManager< ModuleType > Member List

This is the complete list of members for ChainManager< ModuleType >, including all inherited members.

autoLoader(const ModuleList &all_modules)ChainManager< ModuleType >
autoLoader(const ModuleList &all_modules, const std::vector< std::string > &modules_to_load)ChainManager< ModuleType >
ChainManager()ChainManager< ModuleType >
ChainManager(std::string_view chain_type)ChainManager< ModuleType >
getChainNames() constChainManager< ModuleType >
getManagingModuleNames() constChainManager< ModuleType >
insertModule(std::string_view key, const std::shared_ptr< ModuleType > &module)ChainManager< ModuleType >
resolveDependencies()ChainManager< ModuleType >
runChain(std::string_view key)ChainManager< ModuleType >
runSingleModuleInChain(std::string_view chain_key, std::string_view module_key)ChainManager< ModuleType >