Public Member Functions | |
FileByName (const lat::Filename &name) | |
bool | operator() (const IgModule *info) |
Private Attributes | |
lat::Filename | m_name |
Definition at line 36 of file IgModuleCache.cc.
IgModuleCache::FileByName::FileByName | ( | const lat::Filename & | name | ) | [inline] |
Definition at line 41 of file IgModuleCache.cc.
References IgModule::libraryName(), m_name, and lat::Filename::nondirectory().
00042 { return info->libraryName().nondirectory() == m_name; }