Doxygen
|
Go to the source code of this file.
Functions | |
static bool | isDelimiter (const char c) |
checks if the given char c is a delimiter minus is checked apart, can be unary minus | |
static bool | isAlpha (const char c) |
checks if the given char c is a letter or underscore | |
static bool | isAlphaNumSpec (const char c) |
|
static |
checks if the given char c is a letter or underscore
Definition at line 77 of file condparser.cpp.
Referenced by CondParser::getToken(), and isAlphaNumSpec().
|
static |
Definition at line 82 of file condparser.cpp.
References isAlpha().
Referenced by CondParser::getToken().
|
static |
checks if the given char c is a delimiter minus is checked apart, can be unary minus
Definition at line 69 of file condparser.cpp.
Referenced by CondParser::getToken().