Classes | |
| class | _Impl |
Functions | |
| std::string | findFile (const std::string &fileName, const std::string &additionalSearchPaths, vhtChar separator) |
| std::string | findFile (const std::string &fileName, FileData *fileData, vhdSearchPathsRef additionalSearchPaths, const std::string &searchPathTypeNames) |
| std::string | findFile (const std::string &fileName, FileData *fileData, const std::string &additionalSearchPaths, vhtChar separator) |
| vhdFileFinderRef | createFileFinder (const std::string &fileName) |
| vhdFileFinderRef | createFileFinder (const std::string &fileName, vhdSearchPathsRef searchPaths, const std::string &typeNames) |
| vhdFileFinder (const std::string &fileName, vhdSearchPathsRef searchPaths, const std::string &typeNames) | |
| ~vhdFileFinder () | |
| std::string | findNextFile (FileData *fileData) |
| void | resetSearch () |
| void | resetSearch (const std::string &fileName, vhdSearchPathsRef searchPaths, const std::string &typeNames) |
| vhdFileFinderRef vhdFileFinder::createFileFinder | ( | const std::string & | fileName, | |
| vhdSearchPathsRef | searchPaths, | |||
| const std::string & | typeNames | |||
| ) |
| vhdFileFinderRef vhdFileFinder::createFileFinder | ( | const std::string & | fileName | ) |
| std::string vhdFileFinder::findFile | ( | const std::string & | fileName, | |
| FileData * | fileData, | |||
| const std::string & | additionalSearchPaths, | |||
| vhtChar | separator | |||
| ) |
| std::string vhdFileFinder::findFile | ( | const std::string & | fileName, | |
| FileData * | fileData, | |||
| vhdSearchPathsRef | additionalSearchPaths, | |||
| const std::string & | searchPathTypeNames | |||
| ) |
| std::string vhdFileFinder::findFile | ( | const std::string & | fileName, | |
| const std::string & | additionalSearchPaths, | |||
| vhtChar | separator | |||
| ) |
| std::string vhdFileFinder::findNextFile | ( | FileData * | fileData | ) |
| void vhdFileFinder::resetSearch | ( | const std::string & | fileName, | |
| vhdSearchPathsRef | searchPaths, | |||
| const std::string & | typeNames | |||
| ) |
| void vhdFileFinder::resetSearch | ( | ) |
| vhdFileFinder::vhdFileFinder | ( | const std::string & | fileName, | |
| vhdSearchPathsRef | searchPaths, | |||
| const std::string & | typeNames | |||
| ) |
| vhdFileFinder::~vhdFileFinder | ( | ) |
1.5.1-p1