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  

Equal_path Class Reference

List of all members.

Public Member Functions

 Equal_path (const Path *path_to_look_for)
bool operator() (const pair< const Path *const, const Path * > &entry)

Public Attributes

const Path_path_to_look_for

Constructor & Destructor Documentation

Equal_path::Equal_path const Path   path_to_look_for [inline]
 

Definition at line 186 of file path.cc.


Member Function Documentation

bool Equal_path::operator() const pair< const Path *const, const Path * > &    entry [inline]
 

Definition at line 190 of file path.cc.


Member Data Documentation

const Path* Equal_path::_path_to_look_for
 

Definition at line 184 of file path.cc.


The documentation for this class was generated from the following file:

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