Struct CSdvPackagerEnvironment::SModule#
Defined in File environment.h
Nested Relationships#
This struct is a nested type of Class CSdvPackagerEnvironment.
Struct Documentation#
-
struct SModule
Module structure containing the module search string and relative target path.
The module structure is used for module selection during packing and direct installation - hence the search string and potential target directory.
Public Members
-
std::string ssSearchString
Module path; can contain wildcards and regular expression (therefore of type std::string).
-
std::filesystem::path pathRelTarget
Relative target path. Default is empty.
-
std::string ssSearchString