Struct CSdvPackagerEnvironment::SModule#

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.