|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
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.
: m_ref(ref) {}
| bool DirSearchPath::eqPath::operator() | ( | const path & | p ) | const [inline] |
Definition at line 64 of file DirSearchPath.h.
{
return p.string() == m_ref.string();
}
path DirSearchPath::eqPath::m_ref [private] |
Definition at line 68 of file DirSearchPath.h.