Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

except::no_id3v2 Class Reference

#include <id3.h>

Inheritance diagram for except::no_id3v2:

Inheritance graph
Collaboration diagram for except::no_id3v2:

Collaboration graph
List of all members.

Detailed Description

No ID3v2 exception.


Public Member Functions

 no_id3v2 (const string &FileName) throw ()
 No ID3v2 constructor.

virtual ~no_id3v2 (void) throw ()
 No ID3v2 destructor.

virtual const char * what (void) const throw ()
 Get no ID3v2 warning.


Private Attributes

string m_FileName
 File without ID3v1.


Constructor & Destructor Documentation

except::no_id3v2::no_id3v2 const string &  FileName  )  throw ()
 

No ID3v2 constructor.

Parameters:
FileName: File without ID3v2.

except::no_id3v2::~no_id3v2 void   )  throw () [virtual]
 

No ID3v2 destructor.


Member Function Documentation

const char * except::no_id3v2::what void   )  const throw () [virtual]
 

Get no ID3v2 warning.

Returns:
Pointer to a c type string with the no ID3v2 warning.

Implements except::id3_except.


Member Data Documentation

string except::no_id3v2::m_FileName [private]
 

File without ID3v1.


The documentation for this class was generated from the following files:
doxygen sourceforge id3lib