#include <xtl_base.h>
NodeT cttl::node.ExprT
Definition at line 368 of file xtl_base.h.
Public Member Functions | |
| xtl_node (NodeT const &node_, 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 493 of file xtl_base.h. |
|
|
Delegates grammar evaluation method call to the encapsulated grammar expression.
Definition at line 452 of file xtl_base.h. |
|
|
Delegates grammar evaluation method call to the encapsulated grammar expression.
Definition at line 411 of file xtl_base.h. |
1.3.9.1