Defined in File manifest_parser.hpp
Parses manifest YAML files into Manifest structure.
The parser handles YAML loading and converts the document into internal model structures (Area, Component, App, Function).
Public Functions
Parse manifest from file.
file_path – Path to YAML file
std::runtime_error – if file cannot be read or parsed
Parsed manifest
Parse manifest from YAML string.
yaml_content – YAML content as string
std::runtime_error – if YAML is malformed