#include <id.h>
Inheritance diagram for id:


Public Methods | |
| id () | |
| virtual | ~id () |
| id (const id &i) | |
| const id & | operator= (const id &rhs) |
| bool | operator< (const id &i) |
| int | getIdInt () const |
| void | setIdInt (const int &i) |
| string | ToParse (int fld) |
| Gets neccessary data to parse string. More... | |
| string | ToString () |
| Returns the field as a string. More... | |
| string | ToFileFmt () |
| Converts field to the current file format. More... | |
Protected Methods | |
| void | copy (const id &i) |
Protected Attributes | |
| int | m_id |
|
|
|
|
|
|
|
|
|
|
|
Converts field to the current file format.
Reimplemented from field. |
|
|
Gets neccessary data to parse string.
Reimplemented from field. |
|
|
Returns the field as a string.
Reimplemented from field. |
|
|
|
|
|
00028 {
00029 return m_id;
00030 }
|
|
|
|
|
|
|
|
|
00033 {
00034 m_id = i;
00035 }
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001