C++ Micro Services
2.1.1
A dynamic OSGi-like C++ service registry
|
Here we handle all the modules that are loaded in the framework. More...
Static Public Member Functions | |
static Module * | GetModule (long id) |
Get the module that has the specified module identifier. | |
static Module * | GetModule (const std::string &name) |
Get the module that has specified module name. | |
static std::vector< Module * > | GetModules () |
Get all known modules. | |
static std::vector< Module * > | GetLoadedModules () |
Get all modules currently in module state LOADED . | |
static Module * | GetModule (long id) |
Get the module that has the specified module identifier. | |
static Module * | GetModule (const std::string &name) |
Get the module that has specified module name. | |
static std::vector< Module * > | GetModules () |
Get all known modules. | |
static std::vector< Module * > | GetLoadedModules () |
Get all modules currently in module state LOADED . | |
static Module * | GetModule (long id) |
Get the module that has the specified module identifier. | |
static Module * | GetModule (const std::string &name) |
Get the module that has specified module name. | |
static std::vector< Module * > | GetModules () |
Get all known modules. | |
static std::vector< Module * > | GetLoadedModules () |
Get all modules currently in module state LOADED . |
Here we handle all the modules that are loaded in the framework.
|
static |
Get all modules currently in module state LOADED
.
LOADED
|
static |
Get all modules currently in module state LOADED
.
LOADED
|
static |
Get all modules currently in module state LOADED
.
LOADED
|
static |
Get the module that has the specified module identifier.
id | The identifier of the module to get. |
|
static |
Get the module that has the specified module identifier.
id | The identifier of the module to get. |
|
static |
Get the module that has the specified module identifier.
id | The identifier of the module to get. |
|
static |
Get the module that has specified module name.
name | The name of the module to get. |
|
static |
Get the module that has specified module name.
name | The name of the module to get. |
|
static |
Get the module that has specified module name.
name | The name of the module to get. |
|
static |
Get all known modules.
|
static |
Get all known modules.
|
static |
Get all known modules.