C-Breeze
C Compiler Infrastructure

[ Project home page]

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.

Lambda* Unify_Simple::lambda
 

Definition at line 228 of file unification.h.

Unify_Parents Unify_Simple::p
 

Definition at line 230 of file unification.h.

Unify_Size Unify_Simple::s
 

Definition at line 229 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