MPD  0.20.15
Public Member Functions
VorbisComment Class Reference

OO wrapper for a #vorbis_comment instance. More...

#include <VorbisComment.hxx>

Public Member Functions

 VorbisComment ()
 
 ~VorbisComment ()
 
 VorbisComment (const VorbisComment &)=delete
 
VorbisCommentoperator= (const VorbisComment &)=delete
 
 operator vorbis_comment & ()
 
 operator vorbis_comment * ()
 
void AddTag (const char *tag, const char *contents)
 

Detailed Description

OO wrapper for a #vorbis_comment instance.

Definition at line 30 of file VorbisComment.hxx.

Constructor & Destructor Documentation

◆ VorbisComment() [1/2]

VorbisComment::VorbisComment ( )
inline

Definition at line 34 of file VorbisComment.hxx.

◆ ~VorbisComment()

VorbisComment::~VorbisComment ( )
inline

Definition at line 38 of file VorbisComment.hxx.

◆ VorbisComment() [2/2]

VorbisComment::VorbisComment ( const VorbisComment )
delete

Member Function Documentation

◆ AddTag()

void VorbisComment::AddTag ( const char *  tag,
const char *  contents 
)
inline

Definition at line 53 of file VorbisComment.hxx.

◆ operator vorbis_comment &()

VorbisComment::operator vorbis_comment & ( )
inline

Definition at line 45 of file VorbisComment.hxx.

◆ operator vorbis_comment *()

VorbisComment::operator vorbis_comment * ( )
inline

Definition at line 49 of file VorbisComment.hxx.

◆ operator=()

VorbisComment& VorbisComment::operator= ( const VorbisComment )
delete

The documentation for this class was generated from the following file: