|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <string>Go to the source code of this file.
Classes | |
| struct | NumeRe::CallTip |
| This structure contains the data for a single calltip, which might be shown in the editor or the terminal. More... | |
| class | NumeRe::CallTipProvider |
| This class uses a global Language instance to obtain the language string associated with a distinct code symbol, prepares the layout of the calltip and returns the calltip with all necessary fields filled. More... | |
Namespaces | |
| namespace | NumeRe |
Functions | |
| CallTip | NumeRe::FindProcedureDefinition (const std::string &pathname, const std::string &procedurename) |
| Search the procedure definition in a global file. More... | |
| CallTip | NumeRe::addLinebreaks (CallTip _cTip, size_t maxLineLength) |
| Adds the necessary linebreaks to the documentation part of the CallTip to fit inside the desired maximal line length. More... | |