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