.. index:: pair: struct; EE::Graphics::RichText::InlineSource .. _doxid-struct_e_e_1_1_graphics_1_1_rich_text_1_1_inline_source: struct EE::Graphics::RichText::InlineSource =========================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct InlineSource { // fields :ref:`InlineSourceType` :target:`type` { :ref:`InlineSourceType::None` }; void* :target:`ptr` { nullptr }; // construction :target:`InlineSource`(:ref:`InlineSourceType` type = :ref:`InlineSourceType::None`, void* ptr = nullptr); // methods bool :target:`operator==`(const InlineSource& other) const; bool :target:`operator!=`(const InlineSource& other) const; };