![]() |
|
#include <string>
Include dependency graph for taglib.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | TagLib |
Defines | |
#define | TAGLIB_MAJOR_VERSION 1 |
#define | TAGLIB_MINOR_VERSION 6 |
#define | TAGLIB_PATCH_VERSION 0 |
#define | TAGLIB_IGNORE_MISSING_DESTRUCTOR |
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. |