#include <trace.hpp>
Classes | |
class | event_handler |
Public Types | |
template<typename Production , typename State > | |
using | value_callback = _detail::void_value_callback |
Public Member Functions | |
_th (OutputIt out, const Input &input, visualization_options opts={}) noexcept | |
template<typename > | |
constexpr OutputIt | get_result (bool) && |
Private Member Functions | |
input_location< Input > | get_location (typename lexy::input_reader< Input >::iterator pos) |
Private Attributes | |
input_location_anchor< Input > | _anchor |
const Input * | _input |
_detail::trace_writer< OutputIt, TokenKind > | _writer |
using lexy::_th< OutputIt, Input, TokenKind >::value_callback = _detail::void_value_callback |
|
inlineexplicitnoexcept |
|
inlineprivate |
|
inlineconstexpr |
|
private |
|
private |
|
private |