.. index:: pair: struct; EE::UI::Doc::SyntaxState .. _doxid-struct_e_e_1_1_u_i_1_1_doc_1_1_syntax_state: struct EE::UI::Doc::SyntaxState =============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct SyntaxState { // fields :ref:`Uint8` :target:`state`[MAX_SUB_SYNTAXS] { :ref:`SYNTAX_TOKENIZER_STATE_NONE`, :ref:`SYNTAX_TOKENIZER_STATE_NONE`, :ref:`SYNTAX_TOKENIZER_STATE_NONE`, :ref:`SYNTAX_TOKENIZER_STATE_NONE` }; :ref:`Uint8` :target:`langStack`[MAX_SUB_SYNTAXS] { 0, 0, 0, 0 }; // methods bool :target:`operator==`(const SyntaxState& other); bool :target:`operator!=`(const SyntaxState& other); };