#include <parse_tree_node.hpp>
|
template<typename Context > |
constexpr void | cancel (Context &) |
|
template<typename NextParser , typename Context , typename... Args> |
LEXY_PARSER_FUNC bool | finish (Context &context, Reader &reader, Args &&... args) |
|
constexpr bool | try_parse (const void *, const Reader &reader) |
|
template<typename Derived, typename R>
template<typename Reader>
struct lexyd::_nr< Derived, R >::bp< Reader >
Definition at line 72 of file parse_tree_node.hpp.
◆ cancel()
template<typename Derived , typename R >
template<typename Reader >
template<typename Context >
constexpr void lexyd::_nr< Derived, R >::bp< Reader >::cancel |
( |
Context & |
| ) |
|
|
inlineconstexpr |
◆ finish()
template<typename Derived , typename R >
template<typename Reader >
template<typename NextParser , typename Context , typename... Args>
◆ try_parse()
template<typename Derived , typename R >
template<typename Reader >
constexpr bool lexyd::_nr< Derived, R >::bp< Reader >::try_parse |
( |
const void * |
, |
|
|
const Reader & |
reader |
|
) |
| |
|
inlineconstexpr |
◆ end
template<typename Derived , typename R >
template<typename Reader >
The documentation for this struct was generated from the following file: