#ifndef EFL_UI_TEXT_FACTORY_EMOTICONS_IMPL_HH #define EFL_UI_TEXT_FACTORY_EMOTICONS_IMPL_HH #include "efl_ui_text_factory_emoticons.eo.hh" #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wignored-qualifiers" namespace efl { namespace ui { namespace text_factory { } } } namespace eo_cxx { namespace efl { namespace ui { namespace text_factory { inline efl::ui::text_factory::Emoticons::operator ::efl::ui::text_factory::Emoticons() const { return *static_cast< ::efl::ui::text_factory::Emoticons const*>(static_cast(this)); } inline efl::ui::text_factory::Emoticons::operator ::efl::ui::text_factory::Emoticons&() { return *static_cast< ::efl::ui::text_factory::Emoticons*>(static_cast(this)); } inline efl::ui::text_factory::Emoticons::operator ::efl::ui::text_factory::Emoticons const&() const { return *static_cast< ::efl::ui::text_factory::Emoticons const*>(static_cast(this)); } } } } } #pragma GCC diagnostic pop #endif