#include <DirectoryEnumerator.hpp>
Inherits unary_function< StringType, CollectionType >.
Public Types | |
typedef std::unary_function < StringType, CollectionType > | BaseClassType |
typedef BaseClassType::result_type | result_type |
typedef BaseClassType::argument_type | argument_type |
Public Member Functions | |
DirectoryEnumeratorFunctor (MemoryManager &theMemoryManager, bool fIncludeSelfAndParent=false) | |
void | operator() (const argument_type &theFullSearchSpec, CollectionType &theCollection) const |
result_type | operator() (const argument_type &theFullSearchSpec) const |
void | operator() (const argument_type &theDirectory, const argument_type &theSearchSpec, CollectionType &theCollection) const |
result_type | operator() (const argument_type &theDirectory, const argument_type &theSearchSpec) const |
Definition at line 474 of file DirectoryEnumerator.hpp.
typedef BaseClassType::argument_type DirectoryEnumeratorFunctor< CollectionType, StringType, FilterPredicateType, StringConversionFunction >::argument_type |
Definition at line 484 of file DirectoryEnumerator.hpp.
typedef std::unary_function<StringType, CollectionType> DirectoryEnumeratorFunctor< CollectionType, StringType, FilterPredicateType, StringConversionFunction >::BaseClassType |
Definition at line 480 of file DirectoryEnumerator.hpp.
typedef BaseClassType::result_type DirectoryEnumeratorFunctor< CollectionType, StringType, FilterPredicateType, StringConversionFunction >::result_type |
Definition at line 483 of file DirectoryEnumerator.hpp.
|
inlineexplicit |
Definition at line 487 of file DirectoryEnumerator.hpp.
|
inline |
Definition at line 496 of file DirectoryEnumerator.hpp.
|
inline |
Definition at line 512 of file DirectoryEnumerator.hpp.
|
inline |
Definition at line 524 of file DirectoryEnumerator.hpp.
|
inline |
Definition at line 540 of file DirectoryEnumerator.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|