Definition at line 59 of file FileSpecFind_T.cpp.
Public Member Functions | |
FileSpecFind_T () | |
unsigned | findSimpleFileName () |
test find with a simple file name with no wildcards and no path More... | |
unsigned | findTestsAbs () |
test find with absolute paths More... | |
unsigned | findTestsRel () |
test find with relative paths, no . or .. More... | |
unsigned | findTestsRelDot () |
test find with relative paths that include . More... | |
unsigned | findTestsRelDotDot () |
test find with relative paths that include .. More... | |
Private Member Functions | |
unsigned | findTests (const std::string &tld, const std::string &testName) |
generic version of above tests More... | |
bool | openable (const list< string > &files) |
Return true if all paths in files can be opened for read. More... | |
Private Attributes | |
std::string | fs |
File separator, but short. More... | |
|
inline |
Definition at line 62 of file FileSpecFind_T.cpp.
unsigned FileSpecFind_T::findSimpleFileName | ( | ) |
test find with a simple file name with no wildcards and no path
Definition at line 413 of file FileSpecFind_T.cpp.
|
private |
generic version of above tests
Definition at line 137 of file FileSpecFind_T.cpp.
unsigned FileSpecFind_T::findTestsAbs | ( | ) |
test find with absolute paths
Definition at line 105 of file FileSpecFind_T.cpp.
unsigned FileSpecFind_T::findTestsRel | ( | ) |
test find with relative paths, no . or ..
Definition at line 113 of file FileSpecFind_T.cpp.
unsigned FileSpecFind_T::findTestsRelDot | ( | ) |
test find with relative paths that include .
Definition at line 121 of file FileSpecFind_T.cpp.
unsigned FileSpecFind_T::findTestsRelDotDot | ( | ) |
test find with relative paths that include ..
Definition at line 129 of file FileSpecFind_T.cpp.
|
private |
Return true if all paths in files can be opened for read.
Definition at line 89 of file FileSpecFind_T.cpp.
|
private |
File separator, but short.
Definition at line 84 of file FileSpecFind_T.cpp.