|
TagLib 1.12 (tpropertymap.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_PROPERTYMAP_H_
27 #define TAGLIB_PROPERTYMAP_H_
117 typedef SimplePropertyMap::Iterator Iterator;
118 typedef SimplePropertyMap::ConstIterator ConstIterator;
122 PropertyMap(
const PropertyMap &m);
131 virtual ~PropertyMap();
162 bool contains(
const String &key)
const;
SimplePropertyMap::Iterator Iterator
Definition: tpropertymap.h:138
A list of strings.
Definition: tstringlist.h:66
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:134
SimplePropertyMap::ConstIterator ConstIterator
Definition: tpropertymap.h:139
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Map< String, StringList > SimplePropertyMap
Definition: tpropertymap.h:55
A wide string class suitable for unicode.
Definition: tstring.h:84