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


ExprT
Definition at line 616 of file xtl_op_impl.h.
Public Member Functions | |
| xtl_opunarminus (ExprT const &expr_) | |
| Constructs and initializes the object. | |
| template<typename UniverseT> | |
| size_t | match (UniverseT &edge_) |
| Implements grammar evaluation method for logical not match algorithm. | |
| template<typename UniverseT> | |
| size_t | find (UniverseT &edge_) |
| Implements grammar evaluation method for logical not search algorithm. | |
| template<typename UniverseT> | |
| size_t | bang_find (UniverseT &edge_) |
| Implements grammar evaluation method for logical not repeatable search algorithm. | |
|
|
Constructs and initializes the object.
Definition at line 627 of file xtl_op_impl.h. |
|
|
Implements grammar evaluation method for logical not repeatable search algorithm. The result of operand's grammar expression evaluation is reversed.
Definition at line 740 of file xtl_op_impl.h. |
|
|
Implements grammar evaluation method for logical not search algorithm. The result of operand's grammar expression evaluation is reversed.
Definition at line 697 of file xtl_op_impl.h. |
|
|
Implements grammar evaluation method for logical not match algorithm. The result of operand's grammar expression evaluation is reversed.
Definition at line 655 of file xtl_op_impl.h. |
1.3.9.1