| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DirSearchPath::eqPath Class Reference

name More...

List of all members.


Public Member Functions

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

Private Attributes

path m_ref

Detailed Description

name

Definition at line 61 of file DirSearchPath.h.


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.

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.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:06 2011 for GaudiKernel by doxygen 1.4.7