C-Breeze
C Compiler Infrastructure

[ Project home page]

path.h File Reference

#include "location.h"

Go to the source code of this file.

Typedefs

typedef multimap< const Path *,
const Path * > 
path_map
typedef path_map::iterator path_map_p
typedef path_map::const_iterator path_map_cp
typedef pair< const Path *,
const Path * > 
path_map_pair


Typedef Documentation

typedef multimap< const Path *, const Path * > path_map
 

Definition at line 43 of file path.h.

typedef path_map::const_iterator path_map_cp
 

Definition at line 53 of file path.h.

typedef path_map::iterator path_map_p
 

Definition at line 52 of file path.h.

typedef pair< const Path *, const Path * > path_map_pair
 

Definition at line 54 of file path.h.


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