|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
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... | |
| #define DEFAULT_NUM_ARG INT_MIN |
Definition at line 22 of file stringfunchandler.cpp.
| #define NEWSTRING (char)23 |
Definition at line 24 of file stringfunchandler.cpp.
| string addQuotationMarks | ( | const std::string & | sString | ) |
This function simply adds the surrounding quotation marks.
| sString | const std::string& |
Definition at line 96 of file stringfunctions.hpp.
| string removeQuotationMarks | ( | const std::string & | sString | ) |
This function simply removes the surrounding quotation marks.
| sString | const std::string& |
Definition at line 79 of file stringfunctions.hpp.
Referenced by NumeRe::StringFuncHandler::applySpecialStringFuncs(), and NumeRe::StringFuncHandler::argumentParser().