#include <parse_as.hpp>
Public Member Functions | |
template<typename Context > | |
constexpr void | cancel (Context &context) |
template<typename NextParser , typename Context , typename... Args> | |
LEXY_PARSER_FUNC bool | finish (Context &context, Reader &reader, Args &&... args) |
template<typename ControlBlock > | |
constexpr bool | try_parse (const ControlBlock *cb, const Reader &reader) |
Public Attributes | |
lexy::branch_parser_for< Rule, Reader > | rule_parser |
Definition at line 67 of file parse_as.hpp.
|
inlineconstexpr |
Definition at line 78 of file parse_as.hpp.
|
inline |
Definition at line 85 of file parse_as.hpp.
|
inlineconstexpr |
Definition at line 72 of file parse_as.hpp.
lexy::branch_parser_for<Rule, Reader> lexyd::_pas< T, Rule, Front >::bp< Reader >::rule_parser |
Definition at line 69 of file parse_as.hpp.