|
WSF
|
Functions | |
| WSF_PARSER_EXPORT void | InitializeParseUtil () |
| bool | IsWhitespace (char c) |
| bool | IsDigit (char c) |
| bool | IsAlphaNumeric (char c) |
| template<typename ITER_TYPE> | |
| void | TrimIter (ITER_TYPE &aStrBegin, ITER_TYPE &aStrEnd) |
Variables | |
| bool | cOPTIMIZE_PARSE = true |
| bool | cIS_WHITESPACE [256] |
| bool | cIS_ALPHANUMERIC [256] |
| WSF_PARSER_EXPORT void WsfParseUtil::InitializeParseUtil | ( | ) |
References cIS_ALPHANUMERIC, cIS_WHITESPACE, and IsDigit().
Referenced by wizard::WsfExeManager::WsfExeManager(), WsfGrammarCheckExtension::WsfGrammarCheckExtension(), and WsfParser::WsfParser().
|
inline |
References cIS_ALPHANUMERIC.
Referenced by wizard::WsfScriptLookup::IdentifierToken().
|
inline |
Referenced by InitializeParseUtil(), ParseInt(), and ParseReal().
|
inline |
| void WsfParseUtil::TrimIter | ( | ITER_TYPE & | aStrBegin, |
| ITER_TYPE & | aStrEnd ) |
References IsWhitespace().
Referenced by WsfParser::ReadWord().
| WSF_PARSER_EXPORT bool WsfParseUtil::cIS_ALPHANUMERIC |
Referenced by InitializeParseUtil(), and IsAlphaNumeric().
| WSF_PARSER_EXPORT bool WsfParseUtil::cIS_WHITESPACE |
Referenced by InitializeParseUtil(), and IsWhitespace().
| WSF_PARSER_EXPORT bool WsfParseUtil::cOPTIMIZE_PARSE = true |
'true' if parsing optimizations are enabled. Parsing optimizations add time to startup, but improve speed of the parser. Optimizations are disabled by default.
Referenced by WsfParseAlternate::Initialize().