.. index:: pair: struct; EE::UI::Doc::SyntaxTokenComplete .. _doxid-struct_e_e_1_1_u_i_1_1_doc_1_1_syntax_token_complete: struct EE::UI::Doc::SyntaxTokenComplete ======================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct SyntaxTokenComplete { // fields std::string :target:`text`; :ref:`SyntaxStyleType` :target:`type`; :ref:`SyntaxTokenLen` :target:`len` { 0 }; // construction :target:`SyntaxTokenComplete`(:ref:`SyntaxStyleType` type, const std::string& text, :ref:`SyntaxTokenLen` len); };