struct EE::UI::Doc::SyntaxState¶
#include <syntaxtokenizer.hpp> struct SyntaxState { // fields Uint8 state[MAX_SUB_SYNTAXS] { SYNTAX_TOKENIZER_STATE_NONE, SYNTAX_TOKENIZER_STATE_NONE, SYNTAX_TOKENIZER_STATE_NONE, SYNTAX_TOKENIZER_STATE_NONE }; Uint8 langStack[MAX_SUB_SYNTAXS] { 0, 0, 0, 0 }; // methods bool operator==(const SyntaxState& other); bool operator!=(const SyntaxState& other); };