Description. Mehr ...
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | NEW_LINE mutT("\n") |
#define | uchar unsigned char |
#define | CHAR0 CurrentLine[CurrentPos] |
#define | CHAR1 CurrentLine[CurrentPos+1] |
#define | TAKESEP takesep() |
Funktionen | |
void | AddStr (char *Target, int &Pos, char *Source) |
int | CharIn (mutChar c, const mutString s) |
int | IsLetter (mutChar c) |
int | IsNumber (mutChar c) |
int | DoError (int nr, int pos=-1) |
int | CheckError (int nr) |
void | SavePos () |
wxString & | takesep () |
int | GetSep () |
long | ReadLong (int SignAllowed) |
int | ReadParaNumber () |
int | ReadParaStr () |
int | ReadTag () |
int | ReadNote () |
int | DoParse () |
int | GspParse (const mutString &FileName) |
Variablen | |
int | GspCurrentLineNr |
int | GspErrorLineNr |
int | GspErrorPos |
mutString | GspErrorLine |
int | GspError |
int | PossibleErrorLineNr |
int | PossibleErrorPos |
mutString | PossibleErrorLine |
char | Sep [GSP_MAX_SEP] |
int | SepPos |
char | ParaMode |
char | Komma |
int | NumberLength |
int | BracketDeep |
char | Brackets [200] |
char | LastTag |
static int | octave |
static mutString | accedentials |
static frac | duration |
mutChar | SepChars [] = mutT(" \t\r\n") |
mutChar | DelimitChars [] = mutT("{}[]()") |
bool | minus |
Description.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.4 2011-02-20 22:35:56 keinstein updated license information; some file headers have to be revised, though
Definiert in Datei GSP.cpp.