#include <xtl_op_impl.h>
Inheritance diagram for xtl_op_base_unary:

ExprT
Definition at line 72 of file xtl_op_impl.h.
Public Member Functions | |
| xtl_op_base_unary (ExprT const &expr_) | |
| Constructs and initializes the object. | |
Protected Member Functions | |
| template<typename UniverseT> | |
| size_t | kleene_list (UniverseT &edge_, size_t upper_limit_=0) |
| Helper function to excercise Kleene list after first match has been found. | |
Protected Attributes | |
| ExprT | m_expr |
| Stores grammar expression specified as operand. | |
|
||||||||||||
|
Helper function to excercise Kleene list after first match has been found.
Finds second, third, and so on, matches for
Definition at line 112 of file xtl_op_impl.h. |
1.3.9.1