|
TagLib 1.11.1 (tpropertymap.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_PROPERTYMAP_H_
27 #define TAGLIB_PROPERTYMAP_H_
ConstIterator find(const String &key) const
SimplePropertyMap::Iterator Iterator
Definition: tpropertymap.h:112
A list of strings.
Definition: tstringlist.h:46
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
PropertyMap(const SimplePropertyMap &m)
bool replace(const String &key, const StringList &values)
PropertyMap & merge(const PropertyMap &other)
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:109
bool insert(const String &key, const StringList &values)
SimplePropertyMap::ConstIterator ConstIterator
Definition: tpropertymap.h:113
A generic, implicitly shared map.
Definition: tmap.h:44
bool operator!=(const PropertyMap &other) const
const StringList & unsupportedData() const
PropertyMap(const PropertyMap &m)
Iterator find(const String &key)
PropertyMap & erase(const String &key)
bool contains(const String &key) const
StringList & operator[](const String &key)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
PropertyMap & erase(const PropertyMap &other)
Map< String, StringList > SimplePropertyMap
Definition: tpropertymap.h:34
const StringList & operator[](const String &key) const
bool operator==(const PropertyMap &other) const
bool contains(const PropertyMap &other) const
StringList & unsupportedData()
A wide string class suitable for unicode.
Definition: tstring.h:85