Home
Pacm module

InstallOptions

Package installation options.

InstallOptions

#include <icy/pacm/installtask.h>
struct InstallOptions

Defined in src/pacm/include/icy/pacm/installtask.h:71

Package installation options.

List of all members

NameKindOwner
versionvariableDeclared here
sdkVersionvariableDeclared here
installDirvariableDeclared here
InstallOptionsfunctionDeclared here

Public Attributes

ReturnNameDescription
std::stringversionIf set then the given package version will be installed.
std::stringsdkVersionIf set then the latest package version for given SDK version will be installed.
std::stringinstallDirInstall to the given location, otherwise the manager default installDir will be used.

version

std::string version

Defined in src/pacm/include/icy/pacm/installtask.h:73

If set then the given package version will be installed.


sdkVersion

std::string sdkVersion

Defined 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 installDir

Defined in src/pacm/include/icy/pacm/installtask.h:76

Install to the given location, otherwise the manager default installDir will be used.

Public Methods

ReturnNameDescription
InstallOptions inline

InstallOptions

inline

inline InstallOptions()

Defined in src/pacm/include/icy/pacm/installtask.h:79