pl_search_cpp 2.2
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
term.hpp File Reference

Definition of the Term class. More...

#include <iostream>
#include <string>
#include "typedefs.hpp"
Include dependency graph for term.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pl_search::Term
 Abstract base class for terms that approximate Prolog terms. More...
 

Namespaces

 

Functions

bool pl_search::unify (TermPtr t1, TermPtr t2, Trail *trail)
 Unifies two terms, binding variables as necessary.
 

Detailed Description

Definition of the Term class.