Functions | |
ServerTypePtr | ServerType (const StringPtr &id, const StringPtr &name, const StringPtr &description, const PropertyObjectPtr &defaultConfig=PropertyObject()) |
Creates a ServerTypeConfigPtr pointer, with the id, name, description and optional defaultConfig. More... | |
StructTypePtr | ServerTypeStructType () |
Creates the Struct type object that defines the Server type struct. | |
|
inline |
Creates a ServerTypeConfigPtr pointer, with the id, name, description and optional defaultConfig.
id | The unique type ID of the server. |
name | The name of the server type. |
description | A short description of the server type. |
defaultConfig | The property object, to be cloned and returned, each time user creates default configuration object. This way each instance of the server has its own configuration object. |