Orxonox
0.0.5 Codename: Arcturus
|
Declaration of FloatParser. More...
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Macros | |
#define | CASE(var) else if (!strcmp(SWITCH,var)) |
#define | CASE_1(var) if (!strcmp(SWITCH,var)) |
#define | CASE_ELSE else |
#define | PARSE_BLANKS while (*reading_stream == ' ') ++reading_stream |
skip white spaces More... | |
#define | SWITCH word |
Declaration of FloatParser.
#define CASE | ( | var | ) | else if (!strcmp(SWITCH,var)) |
#define CASE_1 | ( | var | ) | if (!strcmp(SWITCH,var)) |
#define CASE_ELSE else |
#define PARSE_BLANKS while (*reading_stream == ' ') ++reading_stream |
skip white spaces
#define SWITCH word |