Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/bin/eolian_mono/eolian/mono/
H A Dtype_impl.hh75 struct visitor_regular_type_def_printer struct
77 typedef visitor_regular_type_def_printer visitor_type;
78 typedef bool result_type;
80 mutable OutputIterator sink;
81 Context const* context;
83 bool operator()(grammar::attributes::regular_type_def const &regular) const in operator ()()
89 bool operator()(T const&) const in operator ()()