|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
name More...


Public Member Functions | |
| eqPath (const path &ref) | |
| bool | operator() (const path &p) const |
Private Attributes | |
| path | m_ref |
name
Definition at line 62 of file DirSearchPath.h.
| DirSearchPath::eqPath::eqPath | ( | const path & | ref | ) | [inline] |
Definition at line 63 of file DirSearchPath.h.
00063 : m_ref(ref) {}
| 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 }
path DirSearchPath::eqPath::m_ref [private] |
Definition at line 68 of file DirSearchPath.h.