#include <production.hpp>
|
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 auto | try_parse (const ControlBlock *cb, const Reader &reader) |
|
template<typename Production>
template<typename Reader>
struct lexyd::_prd< Production >::bp< Reader >
Definition at line 78 of file production.hpp.
◆ cancel()
template<typename Production >
template<typename Reader >
template<typename Context >
constexpr void lexyd::_prd< Production >::bp< Reader >::cancel |
( |
Context & |
context | ) |
|
|
inlineconstexpr |
◆ finish()
template<typename Production >
template<typename Reader >
template<typename NextParser , typename Context , typename... Args>
◆ try_parse()
template<typename Production >
template<typename Reader >
template<typename ControlBlock >
constexpr auto lexyd::_prd< Production >::bp< Reader >::try_parse |
( |
const ControlBlock * |
cb, |
|
|
const Reader & |
reader |
|
) |
| |
|
inlineconstexpr |
◆ begin
template<typename Production >
template<typename Reader >
◆ parser
template<typename Production >
template<typename Reader >
The documentation for this struct was generated from the following file: