•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
Function object to be used with the STL find_if algorithm to find a FileEntry in a container, which name (as obtained with FileEntry::getFileName()) is identical to the name specified in the MatchName constructor. More...
#include <fileentry.h>
Public Member Functions | |
MatchFileName (const string &name) | |
bool | operator() (const ConstEntryPointer &entry) |
Function object to be used with the STL find_if algorithm to find a FileEntry in a container, which name (as obtained with FileEntry::getFileName()) is identical to the name specified in the MatchName constructor.
|
explicit |
bool zipios::FileEntry::MatchFileName::operator() | ( | const ConstEntryPointer & | entry | ) |