Provided by: libzipios++-dev_0.1.5.9+cvs.2007.04.28-11build2_amd64 bug

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>

   Public Member Functions
       MatchName (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::getName()) is identical to the name
       specified in the MatchName constructor.

       Definition at line 181 of file fileentry.h.

Constructor & Destructor Documentation

   zipios::FileEntry::MatchName::MatchName (const string & name) [inline],  [explicit]
       Definition at line 183 of file fileentry.h.

Member Function Documentation

   bool zipios::FileEntry::MatchName::operator() (const ConstEntryPointer & entry) [inline]
       Definition at line 184 of file fileentry.h.

Author

       Generated automatically by Doxygen for Zipios++ from the source code.

                                             Zipios++             zipios::FileEntry::MatchName(3)