Home
last modified time | relevance | path

Searched defs:struct_field_def (Results 1 – 1 of 1) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/eolian_cxx/grammar/
H A Dklass_def.hpp1663 struct struct_field_def struct
1665 type_def type;
1666 std::string name;
1667 documentation_def documentation;
1669 struct_field_def(Eolian_Struct_Type_Field const* struct_field, Eolian_Unit const* unit) in struct_field_def() function