#include <parse_as_tree.hpp>
Classes | |
class | event_handler |
Public Types | |
template<typename Production , typename State > | |
using | value_callback = _detail::void_value_callback |
Public Member Functions | |
template<typename Input , typename Sink > | |
_pth (Tree &tree, const _detail::any_holder< const Input * > &input, _detail::any_holder< Sink > &sink) | |
template<typename T > | |
constexpr auto | get_result (bool rule_parse_result) && |
Private Attributes | |
lexy::_detail::lazy_init< typename Tree::builder > | _builder |
int | _depth |
Tree * | _tree |
_vh< Reader > | _validate |
Definition at line 15 of file parse_as_tree.hpp.
using lexy::_pth< Tree, Reader >::value_callback = _detail::void_value_callback |
Definition at line 133 of file parse_as_tree.hpp.
|
inlineexplicit |
Definition at line 19 of file parse_as_tree.hpp.
|
inlineconstexpr |
Definition at line 136 of file parse_as_tree.hpp.
|
private |
Definition at line 143 of file parse_as_tree.hpp.
|
private |
Definition at line 145 of file parse_as_tree.hpp.
|
private |
Definition at line 144 of file parse_as_tree.hpp.
|
private |
Definition at line 147 of file parse_as_tree.hpp.