A Filter is the base class for filter functions
![]() | ~Filter () Destructor |
![]() | accept (const string& filename) const Determines if the filename matches the filter's pattern |
A Filter is the base class for filter functions. A concrete filter class must provide an accept method that compares a given string against a string pattern to see if it matches. Examples of patterns are"*.pem" matches any filename that ends with the extension pem "*.*" matches any two component file name "*" matches any name
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de