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

except::no_id3v1 Class Reference

#include <id3.h>

Inheritance diagram for except::no_id3v1:

Inheritance graph
Collaboration diagram for except::no_id3v1:

Collaboration graph
List of all members.

Detailed Description

No ID3v1 exception.


Public Member Functions

 no_id3v1 (const string &FileName) throw ()
 No ID3v1 constructor.

virtual ~no_id3v1 (void) throw ()
 No ID3v1 destructor.

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


Private Attributes

string m_FileName
 File without ID3v1.


Constructor & Destructor Documentation

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

No ID3v1 constructor.

Parameters:
FileName: File without ID3v1.

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

No ID3v1 destructor.


Member Function Documentation

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

Get no ID3v1 warning.

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

Implements except::id3_except.


Member Data Documentation

string except::no_id3v1::m_FileName [private]
 

File without ID3v1.


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