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


end(text), lower boundary of the user-defined multi-character entity lexeme inside CTTL grammar expressions.
StringT
Definition at line 2421 of file xtl_primary.h.
Public Member Functions | |
| xtl_text_ref_end (StringT const *str_ptr_) | |
| Constructs and initializes the object. | |
| void | operator= (xtl_text_ref_end< StringT > const &) const |
| Assignment does nothing. | |
| template<typename UniverseT> | |
| size_t | match (UniverseT &edge_) |
| Implements grammar evaluation method for multi-character entity match algorithm, starting at the upper boundary of the parseable universe. | |
| 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 2554 of file xtl_primary.h. |
|
|
Implements match grammar evaluation method.
Definition at line 2496 of file xtl_primary.h. |
|
|
Implements grammar evaluation method for multi-character entity match algorithm, starting at the upper boundary of the parseable universe.
Reimplemented from xtl_primary< xtl_text_ref_end< StringT > >. Definition at line 2468 of file xtl_primary.h. |
1.3.9.1