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

Go to the source code of this file.

Macros

#define ANNOTATION_NOTE   wxSTC_NSCR_PROCEDURE_COMMANDS+1
 
#define ANNOTATION_WARN   wxSTC_NSCR_PROCEDURE_COMMANDS+2
 
#define ANNOTATION_ERROR   wxSTC_NSCR_PROCEDURE_COMMANDS+3
 
#define HIGHLIGHT_ANNOTATION   12
 

Functions

static void replaceDocStrings (std::string &sStr)
 
static bool isNumericType (char c)
 Checks, whether the passed type is a numeric type. More...
 

Variables

Language _guilang
 

Macro Definition Documentation

◆ ANNOTATION_ERROR

#define ANNOTATION_ERROR   wxSTC_NSCR_PROCEDURE_COMMANDS+3

Definition at line 28 of file codeanalyzer.cpp.

◆ ANNOTATION_NOTE

#define ANNOTATION_NOTE   wxSTC_NSCR_PROCEDURE_COMMANDS+1

Definition at line 26 of file codeanalyzer.cpp.

◆ ANNOTATION_WARN

#define ANNOTATION_WARN   wxSTC_NSCR_PROCEDURE_COMMANDS+2

Definition at line 27 of file codeanalyzer.cpp.

◆ HIGHLIGHT_ANNOTATION

#define HIGHLIGHT_ANNOTATION   12

Definition at line 30 of file codeanalyzer.cpp.

Function Documentation

◆ isNumericType()

static bool isNumericType ( char  c)
static

Checks, whether the passed type is a numeric type.

Parameters
cchar
Returns
bool

Definition at line 1973 of file codeanalyzer.cpp.

Referenced by CodeAnalyzer::changeVariableType().

◆ replaceDocStrings()

static void replaceDocStrings ( std::string &  sStr)
static

Definition at line 35 of file codeanalyzer.cpp.

Referenced by CodeAnalyzer::CodeAnalyzer().

Variable Documentation

◆ _guilang