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


Public Methods | |
| ssn () | |
| virtual | ~ssn () |
| ssn (const ssn &s) | |
| const ssn & | operator= (const ssn &s) |
| bool | operator< (const ssn &rhs) |
| bool | operator== (const ssn &rhs) |
| string | getSsn () const |
| setSsn (const string &s) | |
| 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 ssn &s) |
Protected Attributes | |
| string | m_ssn |
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
00029 {
00030 return m_ssn;
00031 }
|
|
|
|
|
|
|
|
|
|
|
|
00034 {
00035 m_ssn = s;
00036 }
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001