CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
成员的完整列表,这些成员属于 BUI::LexicalParser,包括所有继承而来的类成员
FindPositionWordEscape(const TCHAR *p) | BUI::LexicalParser | |
FindPositionWordKey(const TCHAR *p) | BUI::LexicalParser | |
FindPositionWordSeparated(const TCHAR *p) | BUI::LexicalParser | |
IsNumber(const TCHAR *p, int len) | BUI::LexicalParser | protected |
IsWordIdentifier(const TCHAR *p) | BUI::LexicalParser | protected |
Lex(const TCHAR *data, BOOL skipSpace=TRUE) | BUI::LexicalParser | |
LexicalParser() | BUI::LexicalParser | |
LexWordComment(const TCHAR *&p, UINT &type) | BUI::LexicalParser | protected |
LexWordSeparated(const TCHAR *&p, UINT &type) | BUI::LexicalParser | protected |
LexWordString(const TCHAR *&p, UINT &type) | BUI::LexicalParser | protected |
m_word_comment | BUI::LexicalParser | protected |
m_word_escape | BUI::LexicalParser | protected |
m_word_key | BUI::LexicalParser | protected |
m_word_separated | BUI::LexicalParser | protected |
m_word_string | BUI::LexicalParser | protected |
PushTocken(std::vector< TokenLocation > &token_list, const TCHAR *data, const TCHAR *ps, const TCHAR *p, UINT type, BOOL skipSpace) | BUI::LexicalParser | protected |
SetWordConmmet(std::vector< std::pair< std::tstring, std::tstring > > &veclist) | BUI::LexicalParser | |
SetWordEscape(std::vector< std::tstring > &veclist) | BUI::LexicalParser | |
SetWordKey(std::vector< std::tstring > &veclist) | BUI::LexicalParser | |
SetWordSeparated(std::vector< std::tstring > &veclist) | BUI::LexicalParser | |
SetWordString(std::vector< std::pair< std::tstring, std::tstring > > &veclist) | BUI::LexicalParser | |
~LexicalParser() | BUI::LexicalParser |