From 970b10d01bbca4bd3c09d37c76531625b3adf0b4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 9 Jan 2014 19:00:59 +0100 Subject: tag/TagTable: add lookup TagType -> name --- src/tag/TagTable.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/tag/TagTable.hxx') diff --git a/src/tag/TagTable.hxx b/src/tag/TagTable.hxx index c050f61ac..423a1e6ad 100644 --- a/src/tag/TagTable.hxx +++ b/src/tag/TagTable.hxx @@ -47,4 +47,13 @@ gcc_pure TagType tag_table_lookup_i(const tag_table *table, const char *name); +/** + * Looks up a #TagType in a tag translation table and returns its + * string representation. Returns nullptr if the specified type was + * not found in the table. + */ +gcc_pure +const char * +tag_table_lookup(const tag_table *table, TagType type); + #endif -- cgit v1.2.3