Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

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 62 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 63 of file DirSearchPath.h.

00063 : m_ref(ref) {}


Member Function Documentation

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

Definition at line 64 of file DirSearchPath.h.

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


Member Data Documentation

Definition at line 68 of file DirSearchPath.h.


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

Generated at Wed Nov 11 16:32:47 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004