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