Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
Unify_Pending Class Reference#include <unification.h>
List of all members.
Member Enumeration Documentation
|
- Enumeration values:
-
makeunknown |
|
join_ECR |
|
join_Lambda |
|
cjoin |
|
collapse |
|
Definition at line 338 of file unification.h. |
Constructor & Destructor Documentation
Unify_Pending::Unify_Pending |
( |
Lambda * |
l1, |
|
|
Lambda * |
l2 |
|
) |
[inline] |
|
Unify_Pending::Unify_Pending |
( |
Unify_ECR * |
e |
) |
[inline] |
|
Unify_Pending::~Unify_Pending |
( |
|
) |
[inline] |
|
Member Function Documentation
void* Unify_Pending::arg1 |
( |
|
) |
const [inline] |
|
void* Unify_Pending::arg2 |
( |
|
) |
const [inline] |
|
void* Unify_Pending::arg3 |
( |
|
) |
const [inline] |
|
bool Unify_Pending::is_served |
( |
|
) |
const [inline] |
|
void Unify_Pending::print |
( |
|
) |
const |
|
void Unify_Pending::served |
( |
|
) |
[inline] |
|
Typ Unify_Pending::typ |
( |
|
) |
const [inline] |
|
void Unify_Pending::un_served |
( |
|
) |
[inline] |
|
Friends And Related Function Documentation
ostream& operator<< |
( |
ostream & |
o, |
|
|
const Unify_Pending & |
p |
|
) |
[friend] |
|
Member Data Documentation
void* Unify_Pending::_arg1 [private]
|
|
void * Unify_Pending::_arg2 [private]
|
|
void * Unify_Pending::_arg3 [private]
|
|
bool Unify_Pending::_served [private]
|
|
Typ Unify_Pending::_typ [private]
|
|
The documentation for this class was generated from the following files:
|