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

file_id::name Class Reference

#include <file_ids.h>

Inheritance diagram for file_id::name:

Inheritance graph
Collaboration diagram for file_id::name:

Collaboration graph
List of all members.

Detailed Description

Name ID class.


Public Member Functions

 name (id *pID)
 Name ID constructor.

string ParseID (void) const
 Name ID parse.

void SetName (const string &Name)
 Set name ID.

string GetName (void) const
 Get name ID value.


Private Attributes

string m_Name
 String with the file name value.


Constructor & Destructor Documentation

file_id::name::name id pID  ) 
 

Name ID constructor.

Parameters:
pID: Identifier to set as parent.


Member Function Documentation

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

Name ID parse.

Returns:
String with the id value.

Implements id.

void file_id::name::SetName const string &  Name  ) 
 

Set name ID.

Parameters:
Name: String to set as new m_Name.

string file_id::name::GetName void   )  const
 

Get name ID value.

Returns:
String with the id value.


Member Data Documentation

string file_id::name::m_Name [private]
 

String with the file name value.


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