.. index:: pair: struct; EE::UI::Doc::SyntaxTokenPosition .. _doxid-struct_e_e_1_1_u_i_1_1_doc_1_1_syntax_token_position: struct EE::UI::Doc::SyntaxTokenPosition ======================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct SyntaxTokenPosition { // fields :ref:`SyntaxStyleType` :target:`type`; :ref:`SyntaxTokenLen` :target:`pos` { 0 }; :ref:`SyntaxTokenLen` :target:`len` { 0 }; // construction :target:`SyntaxTokenPosition`(:ref:`SyntaxStyleType` type, :ref:`SyntaxTokenLen` pos, :ref:`SyntaxTokenLen` len); };