#include <base.hpp>
Public Types | |
using | handler_type = Handler |
using | production = Production |
using | state_type = State |
using | value_type = _production_value_type< Handler, State, Production > |
using | whitespace_production = WhitespaceProduction |
Public Member Functions | |
constexpr | _pc (_detail::parse_context_control_block< Handler, State > *cb) |
template<typename Event , typename... Args> | |
constexpr auto | on (Event ev, Args &&... args) |
template<typename ChildProduction > | |
constexpr auto | sub_context (ChildProduction) |
constexpr auto | value_callback () |
Public Attributes | |
_detail::parse_context_control_block< Handler, State > * | control_block |
Handler::event_handler | handler |
_detail::lazy_init< value_type > | value |
Definition at line 117 of file action/base.hpp.
using lexy::_pc< Handler, State, Production, WhitespaceProduction >::handler_type = Handler |
Definition at line 119 of file action/base.hpp.
using lexy::_pc< Handler, State, Production, WhitespaceProduction >::production = Production |
Definition at line 122 of file action/base.hpp.
using lexy::_pc< Handler, State, Production, WhitespaceProduction >::state_type = State |
Definition at line 120 of file action/base.hpp.
using lexy::_pc< Handler, State, Production, WhitespaceProduction >::value_type = _production_value_type<Handler, State, Production> |
Definition at line 124 of file action/base.hpp.
using lexy::_pc< Handler, State, Production, WhitespaceProduction >::whitespace_production = WhitespaceProduction |
Definition at line 123 of file action/base.hpp.
|
inlineexplicitconstexpr |
Definition at line 130 of file action/base.hpp.
|
inlineconstexpr |
Definition at line 154 of file action/base.hpp.
|
inlineconstexpr |
Definition at line 135 of file action/base.hpp.
|
inlineconstexpr |
Definition at line 147 of file action/base.hpp.
_detail::parse_context_control_block<Handler, State>* lexy::_pc< Handler, State, Production, WhitespaceProduction >::control_block |
Definition at line 127 of file action/base.hpp.
Handler::event_handler lexy::_pc< Handler, State, Production, WhitespaceProduction >::handler |
Definition at line 126 of file action/base.hpp.
_detail::lazy_init<value_type> lexy::_pc< Handler, State, Production, WhitespaceProduction >::value |
Definition at line 128 of file action/base.hpp.