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

id3_id::year Class Reference

#include <id3_ids.h>

Inheritance diagram for id3_id::year:

Inheritance graph
Collaboration diagram for id3_id::year:

Collaboration graph
List of all members.

Detailed Description

Year ID class.


Public Member Functions

 year (id *pID)
 Year ID constructor.

string ParseID (void) const
 Year ID parse.

void SetYear (const string &Year)
 Set year ID.

const string GetYear (void) const
 Get year ID.


Private Attributes

string m_Year
 Year information.


Constructor & Destructor Documentation

id3_id::year::year id pID  ) 
 

Year ID constructor.

Parameters:
pID: Identifier to set as parent.


Member Function Documentation

string id3_id::year::ParseID void   )  const [virtual]
 

Year ID parse.

Returns:
String with the default ID value.

Implements id.

void id3_id::year::SetYear const string &  Year  ) 
 

Set year ID.

Parameters:
Year: String with the new ID value.

const string id3_id::year::GetYear void   )  const
 

Get year ID.

Returns:
String with the ID value.


Member Data Documentation

string id3_id::year::m_Year [private]
 

Year information.


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