C-Breeze
C Compiler Infrastructure

[ Project home page]

Unify_Object Struct Reference

#include <unification.h>

List of all members.

Public Member Functions

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

Public Attributes

Alphaalpha
Lambdalambda
Unify_Size s
Unify_Parents p


Constructor & Destructor Documentation

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

Definition at line 254 of file unification.h.


Member Data Documentation

Alpha* Unify_Object::alpha
 

Definition at line 250 of file unification.h.

Lambda* Unify_Object::lambda
 

Definition at line 251 of file unification.h.

Unify_Parents Unify_Object::p
 

Definition at line 253 of file unification.h.

Unify_Size Unify_Object::s
 

Definition at line 252 of file unification.h.


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

Generated on February 1, 2006
Back to the C-Breeze home page