|
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | TagLib |
Defines | |
| #define | TAGLIB_MAJOR_VERSION 1 |
| #define | TAGLIB_MINOR_VERSION 3 |
| #define | TAGLIB_PATCH_VERSION 1 |
Typedefs | |
| typedef wchar_t | wchar |
| typedef unsigned char | uchar |
| typedef unsigned int | uint |
| typedef unsigned long | ulong |
| typedef std::basic_string< wchar > | wstring |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unfortunately std::wstring isn't defined on some systems, (i.e. GCC < 3) so I'm providing something here that should be constant. |