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

ustud Class Reference

#include <ustud.h>

Inheritance diagram for ustud:

Inheritance graph
[legend]
Collaboration diagram for ustud:

Collaboration graph
[legend]
List of all members.

Public Methods

 ustud ()
virtual ~ustud ()
 ustud (const ustud &u)
const ustud & operator= (const ustud &u)
virtual void removea (int index)
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 ustud &u)

Protected Attributes

string m_yearType
 This person's degree status such as Freshman, Sophomore, Junior. or Senior. More...


Constructor & Destructor Documentation

ustud::ustud  
 

virtual ustud::~ustud   [virtual]
 

ustud::ustud const ustud &    u
 


Member Function Documentation

string ustud::ToFileFmt   [virtual]
 

Converts field to the current file format.

Reimplemented from student.

string ustud::ToParse int    fld [virtual]
 

Gets neccessary data to parse string.

Reimplemented from person.

string ustud::ToString   [virtual]
 

Returns the field as a string.

Reimplemented from student.

void ustud::copy const ustud &    u [protected]
 

const ustud& ustud::operator= const ustud &    u
 

virtual void ustud::removea int    index [virtual]
 

Reimplemented from student.


Member Data Documentation

string ustud::m_yearType [protected]
 

This person's degree status such as Freshman, Sophomore, Junior. or Senior.


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