custom_id Class Reference
#include <id.h>
Inheritance diagram for custom_id:
Collaboration diagram for custom_id:
List of all members.
Detailed Description
Auxiliary class ID.
|
Public Member Functions |
| custom_id (const string &IDName, id *pID) |
| Custom ID constructor.
|
virtual string | ParseID (void) const |
| Parses the identifier.
|
Constructor & Destructor Documentation
custom_id::custom_id |
( |
const string & |
IDName, |
|
|
id * |
pID |
|
) |
|
|
|
Custom ID constructor.
- Parameters:
-
IDName: | Identifier name. |
pID: | Pointer to parent identifier. (NULL -> No parent) |
|
Member Function Documentation
string custom_id::ParseID |
( |
void |
|
) |
const [virtual] |
|
|
Parses the identifier.
- Returns:
- String with the parse.
Implements id. |
Here is the call graph for this function:
The documentation for this class was generated from the following files: