zipios::FileEntry::MatchName Class Reference

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. More...

#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.

Constructor & Destructor Documentation

◆ MatchName()

zipios::FileEntry::MatchName::MatchName ( const string &  name)
explicit

Member Function Documentation

◆ operator()()

bool zipios::FileEntry::MatchName::operator() ( const ConstEntryPointer entry)

The documentation for this class was generated from the following file: