#include <xtl_primary.h>
Inheritance diagram for xtl_member_traced_predicate:


rule().
ObjectT Member_predicateT.Member_predicateT cttl::const_edge or cttl::edge as a parameter, and returning size_t evaluation result.
Definition at line 3873 of file xtl_primary.h.
Public Member Functions | |
| xtl_member_traced_predicate (int line_, char const *rule_name_, ObjectT &object_ref_, Member_predicateT &predicate_) | |
| Constructs and initializes the object. | |
| void | operator= (xtl_member_traced_predicate< ObjectT, Member_predicateT > const &) const |
| Assignment does nothing. | |
| 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 3972 of file xtl_primary.h. References cttl_impl::xtl_flag_runtime_bang_find. |
|
|
Implements grammar evaluation method for
Definition at line 3945 of file xtl_primary.h. References cttl_impl::xtl_flag_runtime_find. |
|
|
Implements grammar evaluation method for
Definition at line 3919 of file xtl_primary.h. |
1.3.9.1