DCL 4.0
Loading...
Searching...
No Matches
ID3v1.cpp File Reference
#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.

Classes

struct  __ID3v1

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)

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (ID3v1, Object) ID3v1

Macro Definition Documentation

◆ __DCL_TRACE1_N

#define __DCL_TRACE1_N ( fmt,
arg )

Definition at line 21 of file ID3v1.cpp.

◆ __DCL_TRACE2_N

#define __DCL_TRACE2_N ( fmt,
arg1,
arg2 )

Definition at line 22 of file ID3v1.cpp.

◆ __DCL_TRACE3_N

#define __DCL_TRACE3_N ( fmt,
arg1,
arg2,
arg3 )

Definition at line 23 of file ID3v1.cpp.

◆ __TRACE_THIS

#define __TRACE_THIS   0

Definition at line 15 of file ID3v1.cpp.

Function Documentation

◆ 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}