cxx: Implement proper part support (wrt. refs)
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 23 Nov 2017 04:51:10 +0000 (13:51 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Dec 2017 01:14:03 +0000 (10:14 +0900)
commit63725d71fda340986345725e2df3fcbaaa573649
tree30c2990dc88b3252bac4221f5f9442e03d628d10
parent0f5d40e6d4628cc38305fe0a72702f58817c9e69
cxx: Implement proper part support (wrt. refs)

It's VERY hacky, but works as expected: no leak, no extra unref. This is
a lucky case of simply overriding efl_part() implementation in C++,
without having to modify the declaration.
src/Makefile_Cxx.am
src/examples/elementary/bg_cxx_example_02.cc
src/lib/efl/Efl.hh
src/lib/efl/cxx/efl_part_impl.hh [new file with mode: 0644]