#include <dcl/Config.h>
#include <string.h>
#include <dcl/Charset.h>
#include <dcl/File.h>
#include "ID3v1.h"
Go to the source code of this file.
◆ __DCL_TRACE1_N
#define __DCL_TRACE1_N |
( |
| fmt, |
|
|
| arg ) |
◆ __DCL_TRACE2_N
#define __DCL_TRACE2_N |
( |
| fmt, |
|
|
| arg1, |
|
|
| arg2 ) |
◆ __DCL_TRACE3_N
#define __DCL_TRACE3_N |
( |
| fmt, |
|
|
| arg1, |
|
|
| arg2, |
|
|
| arg3 ) |
◆ __TRACE_THIS
◆ IMPLEMENT_CLASSINFO()
__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO |
( |
ID3v1 | , |
|
|
Object | ) |
Definition at line 33 of file ID3v1.cpp.
36 : __version(0), __track(0), __genre(0)
37{
38}