zipios::FileEntry::MatchName - Function object to be used with the STL find_if algorithm to find a
Contents
Detailed Description
Function object to be used with the STL find_if algorithm to find a FileEntry in a container, which name
(as obtained with FileEntry::getName()) is identical to the name specified in the MatchName constructor.
Definition at line 181 of file fileentry.h.
Name
zipios::FileEntry::MatchName - Function object to be used with the STL find_if algorithm to find a
FileEntry in a container, which name (as obtained with FileEntry::getName()) is identical to the name
specified in the MatchName constructor.
Synopsis
#include <fileentry.h>
PublicMemberFunctionsMatchName (const string &name)
bool operator() (const ConstEntryPointer &entry)
