The Gaudi Framework  v29r0 (ff2e7097)
DirSearchPath::eqPath Class Reference

name More...

Public Member Functions

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

Private Attributes

path m_ref
 

Detailed Description

name

Definition at line 60 of file DirSearchPath.h.

Constructor & Destructor Documentation

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

Definition at line 61 of file DirSearchPath.h.

Member Function Documentation

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

Definition at line 62 of file DirSearchPath.h.

62 { return p.string() == m_ref.string(); }

Member Data Documentation

path DirSearchPath::eqPath::m_ref
private

Definition at line 65 of file DirSearchPath.h.


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