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