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


Public Methods | |
| email () | |
| virtual | ~email () |
| email (const email &e) | |
| const email & | operator= (const email &rhs) |
| bool | operator< (const email &e) |
| string | getEmail () const |
| void | setEmail (const string &email) |
| virtual string | ToParse (int fld) |
| Gets neccessary data to parse string. More... | |
| virtual string | ToString () |
| Returns the field as a string. More... | |
| virtual string | ToFileFmt () |
| Converts field to the current file format. More... | |
Protected Methods | |
| void | copy (const email &e) |
Protected Attributes | |
| string | m_email |
|
|
|
|
|
|
|
|
|
|
|
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_email;
00030 }
|
|
|
|
|
|
|
|
|
00033 {
00034 m_email = email;
00035 }
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001