#include "scp_parser.h"#include "console.h"#include "utils.h"#include "inlines.h"Namespaces | |
| namespace | xss |
Defines | |
| #define | MAXLINELENGHT 2048 |
| #define | PARSELINELIMIT 1600 |
| #define | MAXSYMBOLLENGHT 128 |
Functions | |
| void | parseDefineCommand (char *line) |
| Parses a define command. | |
| bool | evaluateOneDefine (char *szLine, bool check) |
| Evalutates the first $symbol in the line. | |
| char * | evaluateAllDefines (char *szLine, bool check=true) |
| Evaluates ALL the defines. | |
| char * | getSzFromFile (char *buffer, int len, FILE *fileHandle) |
| enhanced version of fgets which trims leading spaces, trailing new lines and parses $symbols | |
Variables | |
| std::map< std::string, std::string > | s_mapDefines |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Evaluates ALL the defines.
|
|
||||||||||||
|
Evalutates the first $symbol in the line.
|
|
||||||||||||||||
|
enhanced version of fgets which trims leading spaces, trailing new lines and parses $symbols
|
|
|
Parses a define command.
|
|
|
|