Gaudi Framework, version v20r2

Generated: 18 Jul 2008

DirSearchPath::eqPath Class Reference

Inheritance diagram for DirSearchPath::eqPath:

Inheritance graph
[legend]
Collaboration diagram for DirSearchPath::eqPath:

Collaboration graph
[legend]
List of all members.

Detailed Description

name

Definition at line 61 of file DirSearchPath.h.

Public Member Functions

 eqPath (const path &ref)
bool operator() (const path &p) const

Private Attributes

path m_ref


Constructor & Destructor Documentation

DirSearchPath::eqPath::eqPath ( const path ref  )  [inline]

Definition at line 62 of file DirSearchPath.h.

00062 : m_ref(ref) {}


Member Function Documentation

bool DirSearchPath::eqPath::operator() ( const path p  )  const [inline]

Definition at line 63 of file DirSearchPath.h.

References m_ref.

00063                                           {
00064       return p.string() == m_ref.string();
00065     }


Member Data Documentation

path DirSearchPath::eqPath::m_ref [private]

Definition at line 67 of file DirSearchPath.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
Generated at Fri Jul 18 12:07:07 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004