26#ifndef TAGLIB_DEBUGLISTENER_H 
   27#define TAGLIB_DEBUGLISTENER_H 
   60    std::unique_ptr<DebugListenerPrivate> d;
 
 
An abstraction for the listener to the debug messages.
Definition tdebuglistener.h:44
 
virtual void printMessage(const String &msg)=0
 
DebugListener(const DebugListener &)=delete
 
DebugListener & operator=(const DebugListener &)=delete
 
A generic, implicitly shared list.
Definition tlist.h:54
 
A wide string class suitable for unicode.
Definition tstring.h:83
 
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
 
TAGLIB_EXPORT void setDebugListener(DebugListener *listener)
 
#define TAGLIB_EXPORT
Definition taglib_export.h:40
 
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55