|
pl_search_cpp 2.2
|
Implementation of the Pred class and its derived classes. More...

Namespaces | |
| namespace | pl_search |
Functions | |
| PredPtr | pl_search::conjunction (std::vector< PredPtr > preds) |
| Represents a conjunction of predicates by chaining them together via continuations. The continuations of each predicate is modified to point to the next predicate in the conjunction. The continuation of the last predicate in the conjunction is not modified. | |
| std::string | pl_search::repr (PredPtr pred) |
Implementation of the Pred class and its derived classes.