Inheritance diagram for dirstr::no_f:
Public Member Functions | |
bool | operator() (const std::string &) const |
filter_base * | clone () const |
bool dirstr::no_f::operator() | ( | const std::string & | ) | const [inline, virtual] |
Filterfunktion die entscheidet ob ein Eintrag ausgewählt werden soll oder nicht.
Implements dirstr::filter_base.
filter_base* dirstr::no_f::clone | ( | ) | const [inline, virtual] |
"virtueller" Copy-Konstruktor. Muss eine dynamisch allozierte Kopie von *this liefern.
Implements dirstr::filter_base.