Pacm module

InstallOptions

[Package]({#ref structicy_1_1pacm_1_1Package #}) installation options.

InstallOptions

#include <icy/pacm/installtask.h>

Package installation options.

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

If set then the given package version will be installed.


sdkVersion

std::string sdkVersion

If set then the latest package version for given SDK version will be installed.


installDir

std::string installDir

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

Public Methods

ReturnNameDescription
InstallOptions inline

InstallOptions

inline

inline InstallOptions()