Linker module.
More...
#include <base/dl/LinkerModule.h>
Inherits Object.
Linker module.
- Version
- 1.0
◆ LinkerModule()
LinkerModule::LinkerModule |
( |
const String & |
identity, |
|
|
const String & |
name, |
|
|
const String & |
version |
|
) |
| |
Initializes module.
The version must match the regular expression /[1-9]*0-9{1,2}/.
- Parameters
-
identity | Unique and fully qualified name (e.g. "{17B00396-00E1-4C1C-BCA0-89EAD65FA71B}/GIP/Modules/Flip"). |
name | A nice name (e.g. "Flip"). |
version | Version (e.g. "1.12.1"). |
◆ ~LinkerModule()
virtual LinkerModule::~LinkerModule |
( |
| ) |
|
|
virtual |
◆ getIdentity()
String LinkerModule::getIdentity |
( |
| ) |
const |
|
noexcept |
Returns the identity of the module.
◆ getLinkerModule()
static const LinkerModule* LinkerModule::getLinkerModule |
( |
| ) |
|
|
staticnoexcept |
Returns the linker module object.
◆ getName()
String LinkerModule::getName |
( |
| ) |
const |
|
noexcept |
Returns the name of the module.
◆ getVersion()
String LinkerModule::getVersion |
( |
| ) |
const |
|
noexcept |
Returns the version of the module.