#include <whitespace.hpp>
Classes | |
class | event_handler |
Public Types | |
template<typename Production , typename State > | |
using | value_callback = _detail::void_value_callback |
Public Member Functions | |
template<typename > | |
constexpr bool | get_result (bool rule_parse_result) && |
template<typename Event , typename... Args> | |
constexpr auto | real_on (Event ev, Args &&... args) |
template<typename Context > | |
constexpr | ws_handler (Context &context) |
constexpr | ws_handler (Handler &handler, typename Handler::event_handler &evh) |
Private Attributes | |
Handler::event_handler * | _event_handler |
Handler * | _handler |
Definition at line 39 of file whitespace.hpp.
using lexy::_detail::ws_handler< Handler >::value_callback = _detail::void_value_callback |
Definition at line 78 of file whitespace.hpp.
|
inlineexplicitconstexpr |
Definition at line 42 of file whitespace.hpp.
|
inlineexplicitconstexpr |
Definition at line 46 of file whitespace.hpp.
|
inlineconstexpr |
Definition at line 81 of file whitespace.hpp.
|
inlineconstexpr |
Definition at line 87 of file whitespace.hpp.
|
private |
Definition at line 94 of file whitespace.hpp.
|
private |
Definition at line 93 of file whitespace.hpp.