#include <xtl_base.h>
EdgeT cttl::const_edge, or cttl::edge template class.ExprT
Definition at line 217 of file xtl_base.h.
Public Member Functions | |
| xtl_edge (EdgeT const &edge_, ExprT const &expr_) | |
| Constructs and initializes the object. | |
| template<typename UniverseT> | |
| size_t | match (UniverseT &edge_) |
| Delegates grammar evaluation method call to the encapsulated grammar expression. | |
| template<typename UniverseT> | |
| size_t | find (UniverseT &edge_) |
| Delegates grammar evaluation method call to the encapsulated grammar expression. | |
| template<typename UniverseT> | |
| size_t | bang_find (UniverseT &edge_) |
| Delegates grammar evaluation method call to the encapsulated grammar expression. | |
|
|
Delegates grammar evaluation method call to the encapsulated grammar expression.
Definition at line 336 of file xtl_base.h. |
|
|
Delegates grammar evaluation method call to the encapsulated grammar expression.
Definition at line 298 of file xtl_base.h. |
|
|
Delegates grammar evaluation method call to the encapsulated grammar expression.
Definition at line 260 of file xtl_base.h. |
1.3.9.1