C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Unify_Simple Struct Reference

#include <unification.h>

List of all members.

Public Member Functions

 Unify_Simple (Alpha *a, Lambda *l, Unify_Size _s, Unify_Parents _p)

Public Attributes

Alphaalpha
Lambdalambda
Unify_Size s
Unify_Parents p


Constructor & Destructor Documentation

Unify_Simple::Unify_Simple Alpha   a,
Lambda   l,
Unify_Size    _s,
Unify_Parents    _p
[inline]
 

Definition at line 231 of file unification.h.


Member Data Documentation

Alpha* Unify_Simple::alpha
 

Definition at line 227 of file unification.h.

Referenced by UnificationBasedPtr::cjoin(), UnificationBasedPtr::ecrDeref(), UnifyType::print(), UnificationBasedPtr::print_ecr(), and UnificationBasedPtr::unify().

Lambda* Unify_Simple::lambda
 

Definition at line 228 of file unification.h.

Referenced by UnificationBasedPtr::cjoin(), UnifyType::print(), and UnificationBasedPtr::unify().

Unify_Parents Unify_Simple::p
 

Definition at line 230 of file unification.h.

Referenced by memoryBlock::containers(), UnifyType::print(), and UnificationBasedPtr::unify().

Unify_Size Unify_Simple::s
 

Definition at line 229 of file unification.h.

Referenced by UnificationBasedPtr::cjoin(), UnificationBasedPtr::ecrField(), UnificationBasedPtr::ensure_sim_obj(), UnifyType::print(), UnifyType::size(), and UnificationBasedPtr::unify().


The documentation for this struct was generated from the following file:

Generated on August 27, 2003
Back to the C-Breeze home page