|
WSF
|
#include "WsfParseBasicRules.hpp"#include <assert.h>#include <stdlib.h>#include "WsfParseIndex.hpp"#include "WsfParseNode.hpp"#include "WsfParseUtil.hpp"#include "WsfParser.hpp"
Functions | |
| bool | ParseReal (const char *buffer, const char *endPtr) |
| bool | ParseInt (const char *buffer, const char *endPtr) |
| bool | RangeEqualNoCase (const std::string &aText, UtTextDocumentRange &aRange) |
| bool ParseInt | ( | const char * | buffer, |
| const char * | endPtr ) |
References WsfParseUtil::IsDigit().
Referenced by WsfParseIntRule::ReadRange().
| bool ParseReal | ( | const char * | buffer, |
| const char * | endPtr ) |
References WsfParseUtil::IsDigit().
Referenced by WsfParseRealRule::ReadRange().
| bool RangeEqualNoCase | ( | const std::string & | aText, |
| UtTextDocumentRange & | aRange ) |
Referenced by WsfParseLiteral::ReadRange().