std::unordered_set< std::string > getLoadedSubmodules(std::vector< std::shared_ptr< GenericManagingModule< T > > > all_modules, std::vector< std::shared_ptr< GenericSubmodule< T > > > all_submodules, std::unordered_set< std::string > loaded_managing_modules)
Get the loaded submodules names. These are all the models, that are either requested by a loaded mana...
Definition SetupRunner.h:60
bool runSetup(std::vector< std::shared_ptr< GenericManagingModule< T > > > all_modules, std::vector< std::shared_ptr< GenericSubmodule< T > > > all_submodules, std::unordered_set< std::string > loaded_managing_modules)
Function that runs the setup-functions in each module and submodule. This is a bit of a work-around a...
Definition SetupRunner.h:19