Tag Parser  7.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Member Functions | List of all members
TagParser::DiagPtr Class Reference

The DiagPtr class is a leftover from development which should have been removed. More...

#include <diagnostics.h>

Public Member Functions

 DiagPtr ()
 
 DiagPtr (Diagnostics &diag)
 
Diagnosticsoperator-> ()
 
const Diagnosticsoperator-> () const
 

Detailed Description

The DiagPtr class is a leftover from development which should have been removed.

Deprecated:
Don't use, this should never have been committed in the first place.
Todo:
Remove in v8.

Definition at line 176 of file diagnostics.h.

Constructor & Destructor Documentation

◆ DiagPtr() [1/2]

TagParser::DiagPtr::DiagPtr ( )
inline

Definition at line 187 of file diagnostics.h.

◆ DiagPtr() [2/2]

TagParser::DiagPtr::DiagPtr ( Diagnostics diag)
inline

Definition at line 192 of file diagnostics.h.

Member Function Documentation

◆ operator->() [1/2]

Diagnostics * TagParser::DiagPtr::operator-> ( )
inline

Definition at line 197 of file diagnostics.h.

◆ operator->() [2/2]

const Diagnostics * TagParser::DiagPtr::operator-> ( ) const
inline

Definition at line 202 of file diagnostics.h.


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