|
DCL 4.1
|
#include <dcl/Config.h>#include <string.h>#include <dcl/Charset.h>#include <dcl/File.h>#include <dcl/Dir.h>#include <dcl/Writer.h>#include <dcl/Files.h>#include "ID3v1.h"#include "ID3v2.h"#include "APEv2.h"#include "MediaInfo.h"#include "main.h"#include "TagReader.h"Go to the source code of this file.
Macros | |
| #define | __TRACE_THIS 0 |
| #define | __DCL_TRACE1_N(fmt, arg) |
| #define | __DCL_TRACE2_N(fmt, arg1, arg2) |
| #define | __DCL_TRACE3_N(fmt, arg1, arg2, arg3) |
| #define __DCL_TRACE1_N | ( | fmt, | |
| arg ) |
Definition at line 30 of file TagReader.cpp.
| #define __DCL_TRACE2_N | ( | fmt, | |
| arg1, | |||
| arg2 ) |
Definition at line 31 of file TagReader.cpp.
| #define __DCL_TRACE3_N | ( | fmt, | |
| arg1, | |||
| arg2, | |||
| arg3 ) |
Definition at line 32 of file TagReader.cpp.
| #define __TRACE_THIS 0 |
Definition at line 24 of file TagReader.cpp.