#include <xtl_primary.h>
rule().
Static_predicateT UniverseT is a typename that represents cttl::const_edge or cttl::edge, then Static_predicateT can be invoked as size_t operator()( UniverseT& );
Definition at line 3556 of file xtl_primary.h.
Public Member Functions | |
| xtl_predicate (Static_predicateT const &predicate_) | |
| Constructs and initializes the object. | |
| template<typename UniverseT> | |
| size_t | match (UniverseT &edge_) |
Implements grammar evaluation method for rule() function adaptor match algorithm. | |
| template<typename UniverseT> | |
| size_t | find (UniverseT &edge_) |
Implements grammar evaluation method for rule() function adaptor search algorithm. | |
| template<typename UniverseT> | |
| size_t | bang_find (UniverseT &edge_) |
Implements grammar evaluation method for rule() function adaptor repeatable search algorithm. | |
|
|
Implements grammar evaluation method for
Definition at line 3634 of file xtl_primary.h. References cttl_impl::xtl_flag_runtime_bang_find. |
|
|
Implements grammar evaluation method for
Definition at line 3610 of file xtl_primary.h. References cttl_impl::xtl_flag_runtime_find. |
|
|
Implements grammar evaluation method for
Definition at line 3587 of file xtl_primary.h. |
1.3.9.1