Pacm module
InstallOptions
Package installation options.
InstallOptions
#include <icy/pacm/installtask.h>struct InstallOptionsDefined in src/pacm/include/icy/pacm/installtask.h:71
Package installation options.
List of all members
| Name | Kind | Owner |
|---|---|---|
version | variable | Declared here |
sdkVersion | variable | Declared here |
installDir | variable | Declared here |
InstallOptions | function | Declared here |
Public Attributes
| Return | Name | Description |
|---|---|---|
std::string | version | If set then the given package version will be installed. |
std::string | sdkVersion | If set then the latest package version for given SDK version will be installed. |
std::string | installDir | Install to the given location, otherwise the manager default installDir will be used. |
version
std::string versionDefined in src/pacm/include/icy/pacm/installtask.h:73
If set then the given package version will be installed.
sdkVersion
std::string sdkVersionDefined in src/pacm/include/icy/pacm/installtask.h:74
If set then the latest package version for given SDK version will be installed.
installDir
std::string installDirDefined in src/pacm/include/icy/pacm/installtask.h:76
Install to the given location, otherwise the manager default installDir will be used.
Public Methods
| Return | Name | Description |
|---|---|---|
InstallOptions inline |
InstallOptions
inline
inline InstallOptions()