#include <xtl_op_impl.h>
Inheritance diagram for xtl_opunarbang:
ExprT
Definition at line 237 of file xtl_op_impl.h.
Public Member Functions | |
xtl_opunarbang (ExprT const &expr_) | |
Constructs and initializes the object. | |
template<typename UniverseT> | |
size_t | match (UniverseT &edge_) |
Promotes match evaluation to search evaluation. | |
template<typename UniverseT> | |
size_t | find (UniverseT &edge_) |
Promotes search evaluation to repeatable search. | |
template<typename UniverseT> | |
size_t | bang_find (UniverseT &edge_) |
Delegates repeatable search evaluation method to the grammar expression representing the operand. |
|
Delegates repeatable search evaluation method to the grammar expression representing the operand.
Definition at line 319 of file xtl_op_impl.h. |
|
Promotes search evaluation to repeatable search.
Definition at line 292 of file xtl_op_impl.h. |
|
Promotes
Definition at line 266 of file xtl_op_impl.h. |