My Project
|
Go to the source code of this file.
Functions | |
static bool | isDelimiter (const char c) |
static bool | isAlpha (const char c) |
static bool | isAlphaNum (const char c) |
|
static |
checks if the given char c is a letter or underscore
Definition at line 98 of file condparser.cpp.
Referenced by CondParser::getToken(), and isAlphaNum().
|
static |
Definition at line 103 of file condparser.cpp.
References isAlpha().
Referenced by CondParser::getToken().
|
static |
checks if the given char c is a delimeter minus is checked apart, can be unary minus
Definition at line 90 of file condparser.cpp.
Referenced by CondParser::getToken().