The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
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 66 of file DirSearchPath.h.

Constructor & Destructor Documentation

◆ eqPath()

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

Definition at line 67 of file DirSearchPath.h.

67: m_ref( ref ) {}

Member Function Documentation

◆ operator()()

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

Definition at line 68 of file DirSearchPath.h.

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

Member Data Documentation

◆ m_ref

path DirSearchPath::eqPath::m_ref
private

Definition at line 71 of file DirSearchPath.h.


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