NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | FileInfo |
This structure contains all relevant information about a file path. More... | |
class | FileSystem |
This class implements the basic input/ output file system and provides functionalities to work with filenames and folder paths. More... | |
Functions | |
std::string | toSystemCodePage (std::string) |
Converts an internal to an external string. Does nothing currently. More... | |
std::string | fromSystemCodePage (std::string) |
Transforms the system code page to the internal one. More... | |
std::string fromSystemCodePage | ( | std::string | sOutput | ) |
Transforms the system code page to the internal one.
sOutput | std::string |
Definition at line 1267 of file stringtools.cpp.
Referenced by Plot::CoordSettings(), Plot::create2dPlot(), Plot::createPlotOrAnimation(), Plot::createStd3dPlot(), Plot::createStdPlot(), fileExists(), listFiles(), FileSystem::setPath(), and NumeReKernel::uninstallPlugin().
std::string toSystemCodePage | ( | std::string | sOutput | ) |
Converts an internal to an external string. Does nothing currently.
sOutput | std::string |
Definition at line 1253 of file stringtools.cpp.
Referenced by autoSave(), cmd_credits(), cmd_define(), cmd_plotting(), cmd_set(), cmd_workpath(), createOutputForHist1D(), createOutputForHist2D(), createPlotForHist1D(), Plot::createPlotOrAnimation(), createPlotsForHist2D(), createStatsOutput(), Plot::createSubPlotSet(), Plot::displayMessage(), doc_SearchFct(), Script::evaluateInstallInformation(), fastFourierTransform(), fastWaveletTransform(), fitDataSet(), Output::format(), Script::getNextScriptCommandFromScript(), getPathForSetting(), listCommands(), listConstants(), listDeclaredVariables(), listDefinitions(), listInstalledPlugins(), listLogicalOperators(), listUnitConversions(), FunctionDefinitionManager::load(), NumeReKernel::MainLoop(), Plot::Plot(), Output::print(), NumeReKernel::printVersionInfo(), Script::returnCommand(), FunctionDefinitionManager::save(), Settings::save(), Odesolver::solve(), solveLGS(), splitIntoLines(), and Script::writeProcedure().