Go to the source code of this file.
|
template<class OutputIteratorType , class FilterPredicateType , class StringType , class StringConversionFunction > |
void | EnumerateDirectory (MemoryManager &theMemoryManager, const StringType &theFullSearchSpec, OutputIteratorType theOutputIterator, FilterPredicateType theFilterPredicate, StringConversionFunction theConversionFunction, bool fIncludeSelfAndParent=false) |
|
template<class OutputIteratorType , class FilterPredicateType , class StringType , class StringConversionFunction > |
void | EnumerateDirectory (MemoryManager &theMemoryManager, const StringType &theDirectory, const StringType &theSearchSpec, OutputIteratorType theOutputIterator, FilterPredicateType theFilterPredicate, StringConversionFunction theConversionFunction, bool fIncludeSelfAndParent=false) |
|
template<class OutputIteratorType , class FilterPredicateType , class StringType , class StringConversionFunction >
void EnumerateDirectory |
( |
MemoryManager & |
theMemoryManager, |
|
|
const StringType & |
theFullSearchSpec, |
|
|
OutputIteratorType |
theOutputIterator, |
|
|
FilterPredicateType |
theFilterPredicate, |
|
|
StringConversionFunction |
theConversionFunction, |
|
|
bool |
fIncludeSelfAndParent = false |
|
) |
| |
template<class OutputIteratorType , class FilterPredicateType , class StringType , class StringConversionFunction >
void EnumerateDirectory |
( |
MemoryManager & |
theMemoryManager, |
|
|
const StringType & |
theDirectory, |
|
|
const StringType & |
theSearchSpec, |
|
|
OutputIteratorType |
theOutputIterator, |
|
|
FilterPredicateType |
theFilterPredicate, |
|
|
StringConversionFunction |
theConversionFunction, |
|
|
bool |
fIncludeSelfAndParent = false |
|
) |
| |