Provided by: libzipios++-dev_0.1.5.9+cvs.2007.04.28-11build1_amd64 
      
    
NAME
       zipios::FileEntry::MatchFileName - 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.
SYNOPSIS
       #include <fileentry.h>
   Public Member Functions
       MatchFileName (const string &name)
       bool operator() (const ConstEntryPointer &entry)
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::getFileName()) is identical to the name specified in the MatchName
       constructor.
       Definition at line 195 of file fileentry.h.
Author
       Generated automatically by Doxygen for Zipios++ from the source code.
Zipios++                                         Tue Mar 24 2020             zipios::FileEntry::MatchFileName(3)