NcEngine
|
Provides access to registered Modules. More...
#include <ModuleProvider.h>
Public Member Functions | |
ModuleProvider (ModuleRegistry *registry) | |
template<std::derived_from< Module > T> | |
auto | Get () -> T * |
Get a pointer to a Module that was registered with the given type. | |
template<std::derived_from< Module > T> | |
auto | Get (size_t id) -> Module * |
Get a pointer to the Module that was registered with the given id. | |
template<std::invocable< Module * > F> | |
void | ForEachModule (F func) |
Apply a function to all registered Modules. | |
Provides access to registered Modules.