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