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


symbol() lexeme inside CTTL grammar expressions.
Definition at line 580 of file xtl_primary.h.
Public Member Functions | |
| template<typename UniverseT> | |
| size_t | find (UniverseT &edge_) |
| Implements grammar evaluation method for symbol search algorithm, starting at the upper boundary of the parseable universe. | |
| template<typename UniverseT> | |
| size_t | bang_find (UniverseT &edge_) |
| Implements grammar evaluation method for repeatable search algorithm, starting at the upper boundary of the parseable universe. | |
| template<typename UniverseT> | |
| size_t | internal_match (UniverseT &edge_) |
| Implements match grammar evaluation method. | |
|
|
Implements grammar evaluation method for repeatable search algorithm, starting at the upper boundary of the parseable universe.
Reimplemented from xtl_primary< xtl_char_symbol >. Definition at line 651 of file xtl_primary.h. |
|
|
Implements grammar evaluation method for symbol search algorithm, starting at the upper boundary of the parseable universe.
Reimplemented from xtl_primary< xtl_char_symbol >. Definition at line 616 of file xtl_primary.h. |
|
|
Implements match grammar evaluation method.
Definition at line 687 of file xtl_primary.h. |
1.3.9.1