NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This is the complete list of members for Includer, 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 | |
getCurrentLine() const | Includer | inline |
getFileInfo(const std::string &sFilePath) const | FileSystem | |
getFileParts(const std::string &sFilePath) const | FileSystem | |
getIncludedFileName() const | Includer | |
getIncludedType() const | Includer | inline |
getNextLine() | Includer | |
getPath() const | FileSystem | |
getProgramPath() const | FileSystem | inline |
INCLUDE_ALL enum value | Includer | |
INCLUDE_DECLARATIONS enum value | Includer | |
INCLUDE_DEFINES enum value | Includer | |
INCLUDE_GLOBALS enum value | Includer | |
Includer(const std::string &sIncludingString, const std::string &sSearchPath) | Includer | |
IncludeType enum name | Includer | |
initializeFromKernel() | FileSystem | |
is_including_syntax(const std::string &sLine) | Includer | static |
is_open() const | Includer | |
isFile(const std::string &_sPath) const | FileSystem | |
m_include | Includer | private |
m_type | Includer | private |
nIncludeLine | Includer | private |
openIncludedFile(const std::string &sIncludingString) | Includer | private |
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 | |
~Includer() | Includer |