Functions | |
ModuleInfoPtr | ModuleInfo (const VersionInfoPtr &versionInfo, const StringPtr &name, const StringPtr &id) |
Creates a Module Info with its versionInfo , name , and id fields configured. More... | |
StructTypePtr | ModuleInfoStructType () |
Creates the Struct type object that defines the Module Info struct. | |
|
inline |
Creates a Module Info with its versionInfo
, name
, and id
fields configured.
versionInfo | The semantic version information. |
name | The module name. |
id | The module id. |