cxx: Add support for function pointers
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 22 Nov 2017 07:54:57 +0000 (16:54 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Dec 2017 01:14:03 +0000 (10:14 +0900)
commit5425baa9061753356d450a3c736669341e1b1570
treea008cad3e6be4c7d5a2f5e79425ddf27cc6a6a68
parenta597084db7b3a8a4bc7320b68aee7cbb34c6da43
cxx: Add support for function pointers

This was tested on the function pointer Efl.Ui.Format_Func_Cb
src/bin/eolian_cxx/eolian_cxx.cc
src/bindings/cxx/eo_cxx/eo_cxx_interop.hh
src/lib/eolian_cxx/grammar/converting_argument.hpp
src/lib/eolian_cxx/grammar/function_declaration.hpp
src/lib/eolian_cxx/grammar/function_definition.hpp
src/lib/eolian_cxx/grammar/header.hpp
src/lib/eolian_cxx/grammar/klass_def.hpp
src/lib/eolian_cxx/grammar/parameter.hpp
src/lib/eolian_cxx/grammar/type_function_declaration.hpp [new file with mode: 0644]
src/lib/eolian_cxx/grammar/types_definition.hpp [new file with mode: 0644]