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  

tree_checker.h File Reference

#include "c_breeze.h"

Go to the source code of this file.

Compounds

class  OperatorCheck
class  ProcWalker
class  TreeChecker
class  UnitWalker

Typedefs

typedef list< procNode * > proc_list
typedef proc_list::iterator proc_list_p
typedef list< switchNode * > switch_list
typedef switch_list::iterator switch_list_p
typedef list< labelNode * > label_list
typedef label_list::iterator label_list_p


Typedef Documentation

typedef list<labelNode *> label_list
 

Definition at line 47 of file tree_checker.h.

Referenced by ProcWalker::labels().

typedef label_list::iterator label_list_p
 

Definition at line 48 of file tree_checker.h.

typedef list<procNode *> proc_list
 

Definition at line 43 of file tree_checker.h.

Referenced by UnitWalker::dupProcs(), and UnitWalker::procs().

typedef proc_list::iterator proc_list_p
 

Definition at line 44 of file tree_checker.h.

Referenced by TreeChecker::at_proc().

typedef list<switchNode *> switch_list
 

Definition at line 45 of file tree_checker.h.

Referenced by ProcWalker::switches().

typedef switch_list::iterator switch_list_p
 

Definition at line 46 of file tree_checker.h.


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