NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
filesystem.hpp File Reference
#include <string>
#include <vector>
Include dependency graph for filesystem.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ fromSystemCodePage()

std::string fromSystemCodePage ( std::string  sOutput)

Transforms the system code page to the internal one.

Parameters
sOutputstd::string
Returns
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().

◆ toSystemCodePage()