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  

path.h File Reference

#include "location.h"

Go to the source code of this file.

Compounds

class  Path
class  PathDB

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 51 of file path.h.

typedef path_map::const_iterator path_map_cp
 

Definition at line 53 of file path.h.

Referenced by PathDB::lookup(), and PathDB::print().

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.

Referenced by PathDB::intern().


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