#ifndef EFL_UI_SELECT_MODEL_IMPL_HH #define EFL_UI_SELECT_MODEL_IMPL_HH #include "efl_ui_select_model.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::Select_Model::operator ::efl::ui::Select_Model() const { return *static_cast< ::efl::ui::Select_Model const*>(static_cast(this)); } inline efl::ui::Select_Model::operator ::efl::ui::Select_Model&() { return *static_cast< ::efl::ui::Select_Model*>(static_cast(this)); } inline efl::ui::Select_Model::operator ::efl::ui::Select_Model const&() const { return *static_cast< ::efl::ui::Select_Model const*>(static_cast(this)); } } } } #pragma GCC diagnostic pop #endif