#include <parse_tree_input.hpp>
Public Types | |
using | char_encoding = typename _traits::char_encoding |
using | char_type = typename char_encoding::char_type |
using | value_type = Node |
Static Public Member Functions | |
static LEXY_CONSTEVAL auto | eof () |
template<typename NodeKind > | |
static bool | match (const Node &node, const NodeKind &node_kind) |
Private Types | |
using | _traits = parse_tree_input_traits< Node > |
Definition at line 47 of file parse_tree_input.hpp.
|
private |
Definition at line 49 of file parse_tree_input.hpp.
using lexy::parse_tree_encoding< Node >::char_encoding = typename _traits::char_encoding |
Definition at line 52 of file parse_tree_input.hpp.
using lexy::parse_tree_encoding< Node >::char_type = typename char_encoding::char_type |
Definition at line 53 of file parse_tree_input.hpp.
using lexy::parse_tree_encoding< Node >::value_type = Node |
Definition at line 54 of file parse_tree_input.hpp.
|
inlinestatic |
Definition at line 56 of file parse_tree_input.hpp.
|
inlinestatic |
Definition at line 62 of file parse_tree_input.hpp.