|
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_
112 typedef SimplePropertyMap::Iterator Iterator;
113 typedef SimplePropertyMap::ConstIterator ConstIterator;
117 PropertyMap(
const PropertyMap &m);
126 virtual ~PropertyMap();
157 bool contains(
const String &key)
const;
SimplePropertyMap::Iterator Iterator
Definition: tpropertymap.h:131
A list of strings.
Definition: tstringlist.h:62
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:127
SimplePropertyMap::ConstIterator ConstIterator
Definition: tpropertymap.h:132
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
Map< String, StringList > SimplePropertyMap
Definition: tpropertymap.h:53
A wide string class suitable for unicode.
Definition: tstring.h:82