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


Public Methods | |
| string | getDept () |
| employee () | |
| virtual | ~employee () |
| employee (const employee &e) | |
| const employee & | operator= (const employee &rhs) |
| virtual void | removec (int cIndex)=0 |
| Does nothing, but provide compatibility with personclass and special function for student class. More... | |
| virtual void | removea (int index)=0 |
| virtual void | removes (int index)=0 |
| 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 employee &e) |
Protected Attributes | |
| double | m_salary |
| string | m_department |
| string | m_medPlan |
| string | m_retPlan |
| string | m_lifeIns |
|
|
|
|
|
|
|
|
|
|
|
Converts field to the current file format.
Reimplemented from person. |
|
|
Gets neccessary data to parse string.
Reimplemented from person. |
|
|
Returns the field as a string.
Reimplemented from person. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from person. |
|
|
Does nothing, but provide compatibility with personclass and special function for student class.
Reimplemented from person. |
|
|
Reimplemented from person. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001