NcEngine
nc::ModuleProvider Class Reference

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.
 

Detailed Description

Provides access to registered Modules.


The documentation for this class was generated from the following file: