#include <xtl_primary.h>
Inheritance diagram for xtl_char_begin:


begin(char), upper boundary of single character literal lexeme inside CTTL grammar expressions.
CharT
Definition at line 836 of file xtl_primary.h.
Public Member Functions | |
| xtl_char_begin (CharT char_) | |
| Constructs and initializes the object. | |
| template<typename UniverseT> | |
| size_t | internal_match (UniverseT &edge_) |
| Implements match grammar evaluation method. | |
| template<typename UniverseT> | |
| size_t | internal_find (UniverseT &edge_) |
| Implements search grammar evaluation method. | |
|
|
Implements search grammar evaluation method.
Definition at line 904 of file xtl_primary.h. |
|
|
Implements match grammar evaluation method.
Definition at line 872 of file xtl_primary.h. |
1.3.9.1