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

file_id::label Class Reference

#include <file_ids.h>

Inheritance diagram for file_id::label:

Inheritance graph
Collaboration diagram for file_id::label:

Collaboration graph
List of all members.

Detailed Description

Label ID class.


Public Member Functions

 label (id *pID)
 Label ID constructor.

string ParseID (void) const
 Label ID parse.


Static Public Member Functions

void SetLabel (const string &Label)
 Set Label ID.

string GetLabel (void)
 Get label ID value.


Static Private Attributes

string m_Label = ""
 String with the label value.


Constructor & Destructor Documentation

file_id::label::label id pID  ) 
 

Label ID constructor.

Parameters:
pID: Identifier to set as parent.


Member Function Documentation

string file_id::label::ParseID void   )  const [virtual]
 

Label ID parse.

Returns:
String with the id value.

Implements id.

void file_id::label::SetLabel const string &  Label  )  [static]
 

Set Label ID.

Parameters:
Label: String to set as new m_Label

string file_id::label::GetLabel void   )  [static]
 

Get label ID value.

Returns:
String with the id value.


Member Data Documentation

string file_id::label::m_Label = "" [static, private]
 

String with the label value.


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