Doxygen
|
函数 | |
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
在文件 condparser.cpp 第 77 行定义.
被这些函数引用 CondParser::getToken() , 以及 isAlphaNumSpec().
|
static |
|
static |
checks if the given char c is a delimiter minus is checked apart, can be unary minus
在文件 condparser.cpp 第 69 行定义.
被这些函数引用 CondParser::getToken().