taglib.h File Reference

#include <string>

Include dependency graph for taglib.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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


Define Documentation

#define TAGLIB_MAJOR_VERSION   1
 

#define TAGLIB_MINOR_VERSION   3
 

#define TAGLIB_PATCH_VERSION   1
 


Typedef Documentation

typedef unsigned char TagLib::uchar
 

typedef unsigned int TagLib::uint
 

typedef unsigned long TagLib::ulong
 

typedef wchar_t TagLib::wchar
 

typedef std::basic_string<wchar> TagLib::wstring
 

Unfortunately std::wstring isn't defined on some systems, (i.e. GCC < 3) so I'm providing something here that should be constant.