Searched defs:abstract_catalog_reader_class_ty (Results 1 – 1 of 1) sorted by relevance
52 abstract_catalog_reader_class_ty; typedef53 struct abstract_catalog_reader_class_ty struct56 size_t size;59 void (*constructor) (struct abstract_catalog_reader_ty *pop);62 void (*destructor) (struct abstract_catalog_reader_ty *pop);66 void (*parse_brief) (struct abstract_catalog_reader_ty *pop);72 void (*parse_debrief) (struct abstract_catalog_reader_ty *pop);75 void (*directive_domain) (struct abstract_catalog_reader_ty *pop, char *name);78 void (*directive_message) (struct abstract_catalog_reader_ty *pop,91 void (*comment) (struct abstract_catalog_reader_ty *pop, const char *s);[all …]