MPD
0.20.18
|
Go to the source code of this file.
Data Structures | |
struct | tag_table |
Functions | |
gcc_pure TagType | tag_table_lookup (const tag_table *table, const char *name) noexcept |
Looks up a string in a tag translation table (case sensitive). More... | |
gcc_pure TagType | tag_table_lookup_i (const tag_table *table, const char *name) noexcept |
Looks up a string in a tag translation table (case insensitive). More... | |
gcc_pure const char * | tag_table_lookup (const tag_table *table, TagType type) noexcept |
Looks up a TagType in a tag translation table and returns its string representation. More... | |
Looks up a string in a tag translation table (case sensitive).
Returns TAG_NUM_OF_ITEM_TYPES if the specified name was not found in the table.
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.