NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
stringfunchandler.cpp File Reference
#include "stringfunchandler.hpp"
#include "../../kernel.hpp"
#include "../structures.hpp"
Include dependency graph for stringfunchandler.cpp:

Go to the source code of this file.

Namespaces

namespace  NumeRe
 

Macros

#define DEFAULT_NUM_ARG   INT_MIN
 
#define NEWSTRING   (char)23
 

Functions

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

Macro Definition Documentation

◆ DEFAULT_NUM_ARG

#define DEFAULT_NUM_ARG   INT_MIN

Definition at line 22 of file stringfunchandler.cpp.

◆ NEWSTRING

#define NEWSTRING   (char)23

Definition at line 24 of file stringfunchandler.cpp.

Function Documentation

◆ addQuotationMarks()

string addQuotationMarks ( const std::string &  sString)

This function simply adds the surrounding quotation marks.

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

Definition at line 96 of file stringfunctions.hpp.

◆ removeQuotationMarks()

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 NumeRe::StringFuncHandler::applySpecialStringFuncs(), and NumeRe::StringFuncHandler::argumentParser().