efl/src/lib/eo
Daniel Zaoui 337fac0e73 Eo: pointers indirection mechanism for objects and classes
Summary: This feature replaces Eo pointers with ids to prevent bad usage
or reuse of these pointers. It doesn't change API.
The mechanism uses tables storing the real pointers to the objects.
See the src/lib/eo/eo_ptr_indirection.c file for more details on the
mechanism.
2013-04-23 09:50:40 +03:00
..
Eo.h Eo: pointers indirection mechanism for objects and classes 2013-04-23 09:50:40 +03:00
eo.c Eo: pointers indirection mechanism for objects and classes 2013-04-23 09:50:40 +03:00
eo_base_class.c Eo: Fixed an error in in _eo_callback_remove and a few minor things. 2013-04-12 17:17:38 +01:00
eo_private.h Eo: pointers indirection mechanism for objects and classes 2013-04-23 09:50:40 +03:00
eo_ptr_indirection.c Eo: pointers indirection mechanism for objects and classes 2013-04-23 09:50:40 +03:00
eo_ptr_indirection.h Eo: pointers indirection mechanism for objects and classes 2013-04-23 09:50:40 +03:00