Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
DirSearchPath::eqPath Class Reference

name More...

Inheritance diagram for DirSearchPath::eqPath:
Inheritance graph
[legend]
Collaboration diagram for DirSearchPath::eqPath:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

path m_ref
 

Detailed Description

name

Definition at line 62 of file DirSearchPath.h.

Constructor & Destructor Documentation

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

Definition at line 63 of file DirSearchPath.h.

: m_ref(ref) {}

Member Function Documentation

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

Definition at line 64 of file DirSearchPath.h.

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

Member Data Documentation

path DirSearchPath::eqPath::m_ref
private

Definition at line 68 of file DirSearchPath.h.


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

Generated at Wed Jun 4 2014 14:49:00 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004