C-Breeze
C Compiler Infrastructure

[ Project home page]

tree_checker.h File Reference

#include "c_breeze.h"

Go to the source code of this file.

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.

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.

typedef proc_list::iterator proc_list_p
 

Definition at line 44 of file tree_checker.h.

typedef list<switchNode *> switch_list
 

Definition at line 45 of file tree_checker.h.

typedef switch_list::iterator switch_list_p
 

Definition at line 46 of file tree_checker.h.


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