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

file_id::route Class Reference

#include <file_ids.h>

Inheritance diagram for file_id::route:

Inheritance graph
Collaboration diagram for file_id::route:

Collaboration graph
List of all members.

Detailed Description

Route ID class.


Public Member Functions

 route (id *pID)
 Route ID constructor.

string ParseID (void) const
 Route ID parse.

void SetRoute (const string &Route)
 Set route ID.

string GetRoute (void) const
 Get route ID value.


Private Attributes

string m_Route
 String with the file route value.


Constructor & Destructor Documentation

file_id::route::route id pID  ) 
 

Route ID constructor.

Parameters:
pID: Identifier to set as parent.

Here is the call graph for this function:


Member Function Documentation

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

Route ID parse.

Returns:
String with the default id value.

Implements id.

Here is the call graph for this function:

void file_id::route::SetRoute const string &  Route  ) 
 

Set route ID.

Parameters:
Route: String to set as new m_Route

string file_id::route::GetRoute void   )  const
 

Get route ID value.

Returns:
String with the id value.


Member Data Documentation

string file_id::route::m_Route [private]
 

String with the file route value.


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