efl/src/lib/eolian_cxx
Vitor Sousa 22094b6a27 eolian_cxx: Fix C++ generated inheritance wrappers
Summary:
Fix a bug that happens when a Eolian C++ wrapper have no default
constructor (because it have obligatory constructing methods) and it is
being used as a return of a inheritance wrappers.
Switched to a conversion of the native type as the default return, instead
of a value initialized wrapper.

Reviewers: q66, felipealmeida

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2769
2015-06-25 15:58:43 +01:00
..
grammar eolian_cxx: Fix C++ generated inheritance wrappers 2015-06-25 15:58:43 +01:00
Eolian_Cxx.hh eolian-cxx: Added namespaces and more (see below) 2014-06-30 19:35:06 +01:00
eo_generate.hh eolian_cxx: Add protected methods and events to C++ wrappers and fixes 2015-04-14 01:06:57 -03:00
eo_types.hh eolian_cxx: initialize all members in a struct correctly 2015-06-08 10:48:22 +01:00
eo_validate.hh eolian_cxx: Declaring all inherited events on the concrete C++ wrapper 2015-04-14 01:06:57 -03:00