#include <CascadeFSObject.h>
Inheritance diagram for CascadeFSObject::TypeSelector:
Public Member Functions | |
TypeSelector () | |
virtual bool | Match (CascadeFSObject &inObject) |
<cascade/util/CascadeFSObject.h>
TypeSelector determines whether a candidate matches by using only the SelectorTypeFilter. It is useful for finding all files or all directories in a given directory. You could also find both, but that is less efficient than just calling GetChildren.
|
default constructor The default constructor is lightweight |
|
implementation of the simple matching function Clients should have no need to call this function; it simply implements the required Match function of the abstract base class. Implements CascadeFSObject::Selector. |