Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

field Class Reference

#include <field.h>

Inheritance diagram for field:

Inheritance graph
[legend]
List of all members.

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)

Constructor & Destructor Documentation

field::field  
 

virtual field::~field   [virtual]
 


Member Function Documentation

virtual string field::ToFileFmt   [pure virtual]
 

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.

virtual string field::ToParse int    fld [pure virtual]
 

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.

virtual string field::ToString   [pure virtual]
 

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.

void field::copy const field &    f [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Oct 22 20:19:14 2001 for University People Management System by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001