efl/src/lib/eolian_cxx
Daniel Kolesa 7782c0bcb9 eolian: add event_prefix and have classes follow that or eo_prefix by default
Previously events used to use class name as a prefix and ignored eo_prefix
when specified. This is no longer the case. Events follow eo_prefix by default
now. In order to get around this for classes where this is undesirable, a new
field event_prefix was added which takes priority over eo_prefix. If neither
is specified, class name is used like previously.

@feature
2016-05-17 17:50:43 +01:00
..
grammar eolian: add event_prefix and have classes follow that or eo_prefix by default 2016-05-17 17:50:43 +01:00
Eolian_Cxx.hh eolian-cxx: Added namespaces and more (see below) 2014-06-30 19:35:06 +01:00
eo_generate.hh eolian_cxx: Add protected methods and events to C++ wrappers and fixes 2015-04-14 01:06:57 -03:00
eo_types.hh eolian_cxx: initialize all members in a struct correctly 2015-06-08 10:48:22 +01:00
eo_validate.hh eolian-cxx: Fixed assert which was a tautology 2015-10-09 13:51:20 -03:00