eolian-cxx: Fixed pointer dereferencing for Eolian types and constant propagation...
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Thu, 9 Oct 2014 00:09:19 +0000 (21:09 -0300)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Thu, 9 Oct 2014 01:28:51 +0000 (22:28 -0300)
commit36405c6556fe81afe13062e908300c36d798f4c0
tree0316a0e5eb04a902e359f38124270849d0cd318e
parent101c13d582a38a8e3886c14032b2ae3fa92e8351
eolian-cxx: Fixed pointer dereferencing for Eolian types and constant propagation for C++ eina list containers

With the addition of pointer types, the eolian C++ generator now has
to dereference to get the base type which might be a complex type.
src/bin/eolian_cxx/type_lookup.hh
src/bin/eolian_cxx/type_lookup_table.cc
src/bindings/eina_cxx/eina_list.hh
src/bindings/eo_cxx/eo_cxx_interop.hh
src/lib/eolian_cxx/eo_types.hh
src/lib/eolian_cxx/eo_validate.hh