![]() |
|
|
Generated: 18 Jul 2008 |


Definition at line 61 of file DirSearchPath.h.
Public Member Functions | |
| eqPath (const path &ref) | |
| bool | operator() (const path &p) const |
Private Attributes | |
| path | m_ref |
| DirSearchPath::eqPath::eqPath | ( | const path & | ref | ) | [inline] |
| bool DirSearchPath::eqPath::operator() | ( | const path & | p | ) | const [inline] |
Definition at line 63 of file DirSearchPath.h.
References m_ref.
00063 { 00064 return p.string() == m_ref.string(); 00065 }
path DirSearchPath::eqPath::m_ref [private] |