Env Struct Reference

Collaboration diagram for Env:
[legend]

List of all members.

Public Member Functions

 Env (Tree t, Env *nxt)

Public Attributes

Tree fTree
EnvfNext

Detailed Description

Definition at line 311 of file recursive-tree.cpp.


Constructor & Destructor Documentation

Env::Env ( Tree  t,
Env nxt 
) [inline]

Definition at line 313 of file recursive-tree.cpp.

00313 : fTree(t), fNext(nxt) {}


Member Data Documentation

Definition at line 312 of file recursive-tree.cpp.

Referenced by orderof().

Definition at line 312 of file recursive-tree.cpp.

Referenced by orderof().


The documentation for this struct was generated from the following file:
Generated on Tue Aug 10 08:04:20 2010 for FAUST compiler by  doxygen 1.6.3