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

Public Methods | |
| field () | |
| virtual | ~field () |
| virtual string | ToParse (int fld)=0 |
| Gets neccessary data to parse string. More... | |
| virtual string | ToFileFmt ()=0 |
| Converts field to the current file format. More... | |
| virtual string | ToString ()=0 |
| Returns the field as a string. More... | |
Protected Methods | |
| void | copy (const field &f) |
|
|
|
|
|
|
|
|
Converts field to the current file format.
Reimplemented in address, course, dob, email, employee, faculty, gstud, id, major, name, person, phone, phoneNum, ssn, staff, cGrade, student, and ustud. |
|
|
Gets neccessary data to parse string.
Reimplemented in address, course, dob, email, employee, faculty, gstud, id, major, name, person, phone, ssn, staff, cGrade, and ustud. |
|
|
Returns the field as a string.
Reimplemented in address, course, dob, email, employee, faculty, gstud, id, major, name, person, phone, phoneNum, ssn, staff, cGrade, student, and ustud. |
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001