cxx: Add global _delete() method to all objects
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 28 Nov 2017 07:26:25 +0000 (16:26 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Dec 2017 06:01:45 +0000 (15:01 +0900)
commitc9322dd56104e6ee23c6840fbb5a202c3218c1e1
treed9f2a4725f7bb540b4ffbd35b3c55e569e18a674
parent09cf28274166bdf8cccc945cbc3b4083af1f9c6c
cxx: Add global _delete() method to all objects

This is really just calling efl_del() and detaching the internal pointer
from the C++ object. This will not affect other references, which means
after del the object may still be alive, probably without a parent.
src/bindings/cxx/eo_cxx/eo_concrete.hh
src/bindings/cxx/eo_cxx/eo_ops.hh