Expand description
Convert parsed BridgeOutput::packages output into Packages.
MacrosΒ§
- package_
value_ πarray  - Handles all potentially architecture specific Vector entries in the 
handle_packagefunction. 
EnumsΒ§
- Package
Keyword π - The combination of all keywords thatβre valid in the scope of a 
packagesection. 
FunctionsΒ§
- ensure_
single_ πclearable_ value  - Ensures that in a combination of 
KeywordandClearableValue, aClearableValue::Singleis used and returns the value. - handle_
package π - Adds a map of 
KeywordandClearableValueto aPackage. - handle_
packages π - Converts parsed 
BridgeOutput::packagesoutput intoPackages. - parse_
clearable_ πvalue  - Ensures that a combination of 
KeywordandClearableValueuses aClearableValue::Singleand parses the value as a specific type. - parse_
clearable_ πvalue_ array  - Parses all elements of a 
ClearableValueas aVecof specific types.