C-Breeze
C Compiler Infrastructure

[ Project home page]

pointers_common.h File Reference

#include <set>

Go to the source code of this file.

Classes

class  pointerOptions
 Pointer options. More...

Typedefs

typedef set< basicblockNode * > basicblock_set
typedef basicblock_set::iterator basicblock_set_p

Enumerations

enum  Direction { Forward, Backward }


Typedef Documentation

typedef set< basicblockNode * > basicblock_set
 

Definition at line 52 of file pointers_common.h.

typedef basicblock_set::iterator basicblock_set_p
 

Definition at line 53 of file pointers_common.h.


Enumeration Type Documentation

enum Direction
 

Enumeration values:
Forward 
Backward 

Definition at line 55 of file pointers_common.h.


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