efl/src/tests/eolian
Daniel Zaoui 56bad2beb0 Eolian/Generator: support @empty and @auto.
Local and base class functions are supported.
When @empty is provided, dummy functions (initializing the parameters with default
values if needed) are generated.
When @auto is provided on properties, access to internal data variables is done. On
set, it will assign parameters values to private data members. On get,
parameters are set with private data members values.

See the supplied tests as examples.

@feature
2014-09-08 10:11:01 +03:00
..
data Eolian/Generator: support @empty and @auto. 2014-09-08 10:11:01 +03:00
eolian_generation.c Eolian/Generator: support @empty and @auto. 2014-09-08 10:11:01 +03:00
eolian_parsing.c eolian: further improve implement tests so they make more sense 2014-09-05 16:27:29 +01:00
eolian_suite.c Eolian: add test for generator. 2014-05-26 13:56:06 +03:00
eolian_suite.h Eolian: add test for generator. 2014-05-26 13:56:06 +03:00