

Go to the source code of this file.
Classes | |
| class | lexy::error< Reader, Tag > |
| Generic failure. More... | |
| class | lexy::error< Reader, Tag > |
| Generic failure. More... | |
| class | lexy::error< Reader, expected_char_class > |
| class | lexy::error< Reader, expected_keyword > |
| class | lexy::error< Reader, expected_literal > |
| class | lexy::error< Reader, void > |
| Type erased generic failure. More... | |
| class | lexy::error_context< Input > |
| Contains information about the context of an error, production is type-erased. More... | |
| struct | lexy::expected_char_class |
| Expected a character of the specified character class. More... | |
| struct | lexy::expected_keyword |
| struct | lexy::expected_literal |
| Expected the literal character sequence. More... | |
Namespaces | |
| lexy | |
Typedefs | |
| template<typename Input > | |
| using | lexy::_detect_parent_input = decltype(LEXY_DECLVAL(Input).parent_input()) |
| template<typename Input , typename Tag > | |
| using | lexy::error_for = error< input_reader< Input >, Tag > |