mavtables
0.2.1
MAVLink router and firewall.
|
Functions | |
std::ostream & | print_node (std::ostream &os, const config::parse_tree::node &node, bool print_location, const std::string &prefix) |
template<typename Input > | |
std::unique_ptr< config::parse_tree::node > | parse (Input &in) |
std::unique_ptr<config::parse_tree::node> config::parse | ( | Input & | in | ) |
Parses given input into an abstract syntax tree.
Input | The type of input, usually either read_input or string_input (see PEGTL). |
in | The input, from read_input etc, to parse. |
Definition at line 391 of file config_grammar.hpp.