Expand description
Convert parsed BridgeOutput::packages
output into Package
s.
MacrosΒ§
- package_
value_ πarray - Handles all potentially architecture specific Vector entries in the
handle_package
function.
EnumsΒ§
- Package
Keyword π - The combination of all keywords thatβre valid in the scope of a
package
section.
FunctionsΒ§
- ensure_
single_ πclearable_ value - Ensures that in a combination of
Keyword
andClearableValue
, aClearableValue::Single
is used and returns the value. - handle_
package π - Adds a map of
Keyword
andClearableValue
to aPackage
. - handle_
packages π - Converts parsed
BridgeOutput::packages
output intoPackage
s. - parse_
clearable_ πvalue - Ensures that a combination of
Keyword
andClearableValue
uses aClearableValue::Single
and parses the value as a specific type. - parse_
clearable_ πvalue_ array - Parses all elements of a
ClearableValue
as aVec
of specific types.