Main Page   Class Hierarchy   Compound List   File List   Compound Members  

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>

List of all members.

Public Methods

 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 ) [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.


The documentation for this class was generated from the following file:
Generated at Tue Aug 14 20:39:58 2001 for Zipios++ by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000