Go to the source code of this file.
|
struct | lexyd::_cfl< Literal, CaseFolding > |
|
struct | lexyd::_id< Leading, Trailing, ReservedPredicate > |
|
struct | lexyd::_idcp< Set > |
|
struct | lexyd::_idp< Leading, Trailing > |
|
struct | lexyd::_idpp< Set > |
|
struct | lexyd::_idrp< Set > |
|
struct | lexyd::_idsp< Set > |
|
struct | lexyd::_keyword< Id > |
|
struct | lexyd::_keyword< _id< L, T, R... > > |
|
struct | lexyd::_kw< Id, CharT, C > |
|
struct | lexyd::_kw< Id, CharT, C > |
|
struct | lexyd::_id< Leading, Trailing, ReservedPredicate >::bp< Reader > |
|
struct | lexyd::_id< Leading, Trailing, ReservedPredicate >::p< NextParser > |
|
struct | lexy::reserved_identifier |
| Error when we matched a reserved. More...
|
|
struct | lexyd::_kw< Id, CharT, C >::tp< Reader > |
|
struct | lexyd::_idp< Leading, Trailing >::tp< Reader > |
|
|
template<typename CharClass > |
constexpr auto | lexyd::identifier (CharClass) |
| Creates an identifier that consists of one or more of the given characters. More...
|
|
template<typename LeadingClass , typename TrailingClass > |
constexpr auto | lexyd::identifier (LeadingClass, TrailingClass) |
|
template<auto C, typename L , typename T , typename... R> |
constexpr auto | lexyd::keyword (_id< L, T, R... >) |
|
◆ LEXY_KEYWORD