#include <xtl_op_impl.h>
Inheritance diagram for xtl_opbinminus:
Left_exprT
Right_exprT
Definition at line 2026 of file xtl_op_impl.h.
Public Member Functions | |
xtl_opbinminus (Left_exprT const &lhs_expr_, Right_exprT const &rhs_expr_) | |
Constructs and initializes the object. | |
template<typename UniverseT> | |
size_t | match (UniverseT &edge_) |
Implements grammar evaluation method for set complement match algorithm, starting at the upper boundary of the parseable universe. | |
template<typename UniverseT> | |
size_t | find (UniverseT &edge_) |
Implements grammar evaluation method for set complement search algorithm, starting at the upper boundary of the parseable universe. | |
template<typename UniverseT> | |
size_t | bang_find (UniverseT &edge_) |
Implements grammar evaluation method for repeatable search algorithm, starting at the upper boundary of the parseable universe. |
|
Constructs and initializes the object.
Definition at line 2049 of file xtl_op_impl.h. |
|
Implements grammar evaluation method for repeatable search algorithm, starting at the upper boundary of the parseable universe.
Definition at line 2191 of file xtl_op_impl.h. References xtl_edge_offset_manager::first, xtl_edge_offset_manager::restore(), xtl_edge_offset_manager::save(), and xtl_edge_offset_manager::second. |
|
Implements grammar evaluation method for set complement search algorithm, starting at the upper boundary of the parseable universe.
Definition at line 2137 of file xtl_op_impl.h. References xtl_edge_offset_manager::first, xtl_edge_offset_manager::restore(), xtl_edge_offset_manager::save(), and xtl_edge_offset_manager::second. |
|
Implements grammar evaluation method for set complement match algorithm, starting at the upper boundary of the parseable universe.
Definition at line 2082 of file xtl_op_impl.h. References xtl_edge_offset_manager::first, xtl_edge_offset_manager::restore(), xtl_edge_offset_manager::save(), and xtl_edge_offset_manager::second. |