NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
commandlineparser.cpp File Reference
Include dependency graph for commandlineparser.cpp:

Go to the source code of this file.

Functions

std::string removeQuotationMarks (const std::string &sString)
 This function simply removes the surrounding quotation marks. More...
 

Function Documentation

◆ removeQuotationMarks()

std::string removeQuotationMarks ( const std::string &  sString)

This function simply removes the surrounding quotation marks.

Parameters
sStringconst std::string&
Returns
std::string

Definition at line 79 of file stringfunctions.hpp.

Referenced by CommandLineParser::getExprAsFileName(), CommandLineParser::getFileParameterValue(), and CommandLineParser::getParameterValueAsString().