21 static std::unique_ptr<ValueNode>
parse(
File &file);
Interface for I/O operations on files.
Definition file.h:25
A helper class for parsing a YAML file.
Definition yaml_parser.h:19
static std::unique_ptr< ValueNode > parse(File &file)
Parse a YAML file as a ValueNode.
Definition yaml_parser.cpp:381
Top-level libcamera namespace.
Definition backtrace.h:17
Data structure to manage tree of values.