efl/pc
Felipe Magno de Almeida ab3eb4b2d3 eet-cxx: add implementation for eet C++.
Usage example:

  struct type
  {
    int foo;
    float bar;
  };

  type t0;

  auto descriptor = make_descriptor("type", &type::ofo, &type::bar);

  eet_data_write(file, descriptor.native_handle(), "type", &t0, false);

  std::unique_ptr<type> p = read_by_ptr(file, "type", descriptor);
  type t = read(file, "type", descriptor);

@feature

Reviewers: cedric, smohanty

Reviewed By: cedric

CC: savio, cedric

Differential Revision: https://phab.enlightenment.org/D659

Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
2014-04-01 22:00:13 +09:00
..
.gitignore eet-cxx: add implementation for eet C++. 2014-04-01 22:00:13 +09:00
ecore-audio.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-avahi.pc.in Ecore_Avahi: initial commit. 2013-12-17 19:37:05 +09:00
ecore-cocoa.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-con.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-drm.pc.in ecore-drm: Add package config file 2014-03-06 10:57:26 +00:00
ecore-evas.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-fb.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-file.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-imf-evas.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-imf.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-input-evas.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-input.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-ipc.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-psl1ght.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-sdl.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-wayland.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-win32.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-wince.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-x.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore.pc.in Eolian: Set eolian_flags in .pc files and ship .eo files. 2014-03-13 09:55:29 +00:00
edje.pc.in Eolian: Set eolian_flags in .pc files and ship .eo files. 2014-03-13 09:55:29 +00:00
eet-cxx.pc.in eet-cxx: add implementation for eet C++. 2014-04-01 22:00:13 +09:00
eet.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
eeze.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
efreet-mime.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
efreet-trash.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
efreet.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
eina-cxx.pc.in eina: add a C++ bindings to Eina @feature. 2014-02-25 18:05:01 -03:00
eina.pc.in Revert "autotools: try improving thread detection." 2014-02-19 11:02:33 +09:00
eio.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
eldbus.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
embryo.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
emotion.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
eo.pc.in Eolian: Set eolian_flags in .pc files and ship .eo files. 2014-03-13 09:55:29 +00:00
eolian.pc.in Eolian: Fixed pc file to correctly generate. 2014-03-03 14:09:57 +02:00
ephysics.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
escape.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ethumb.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ethumb_client.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
evas-drm.pc.in Add pc file for evas drm engine. 2013-05-14 10:49:14 +01:00
evas-fb.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-opengl-cocoa.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-opengl-sdl.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-opengl-x11.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-psl1ght.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-buffer.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-ddraw.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-gdi.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-sdl.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-x11.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-wayland-egl.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-wayland-shm.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas.pc.in Eolian: Set eolian_flags in .pc files and ship .eo files. 2014-03-13 09:55:29 +00:00
evil.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00