.. 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:`SyntaxStateType` :target:`state`[MAX_SUB_SYNTAXS] {}; :ref:`Uint16` :target:`langStack`[MAX_SUB_SYNTAXS] {}; // methods bool :target:`operator==`(const SyntaxState& other) const; bool :target:`operator!=`(const SyntaxState& other) const; };