|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This is the complete list of members for FileSystem, including all inherited members.
| assign(const FileSystem &_fSys) | FileSystem | |
| cleanPath(std::string sFilePath, bool checkInvalidChars) const | FileSystem | private |
| createFolders(const std::string &_sPath) const | FileSystem | protected |
| createRevisionsFolder() | FileSystem | |
| declareFileType(const std::string &sFileType) | FileSystem | inline |
| FileSystem() | FileSystem | |
| getFileInfo(const std::string &sFilePath) const | FileSystem | |
| getFileParts(const std::string &sFilePath) const | FileSystem | |
| getPath() const | FileSystem | |
| getProgramPath() const | FileSystem | inline |
| initializeFromKernel() | FileSystem | |
| isFile(const std::string &_sPath) const | FileSystem | |
| resolveWildCards(std::string &_sFileName, bool isFile, bool checkExtension=true) const | FileSystem | private |
| setPath(std::string _sPath, bool bMkDir, std::string _sExePath) | FileSystem | |
| setProgramPath(std::string _sExePath) | FileSystem | inline |
| setTokens(std::string _sTokens) | FileSystem | |
| sExecutablePath | FileSystem | protected |
| sPath | FileSystem | protected |
| sTokens | FileSystem | protected |
| sValidExtensions | FileSystem | mutableprotected |
| ValidFileName(std::string _sFileName, const std::string sExtension=".dat", bool checkExtension=true, bool doCleanPath=true) const | FileSystem | |
| ValidFolderName(std::string _sFileName, bool doCleanPath=true, bool appendTrailingSeparator=true) const | FileSystem | |
| ValidizeAndPrepareName(const std::string &_sFileName, const std::string &sExtension=".dat") const | FileSystem |