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


Public Methods | |
| staff () | |
| virtual | ~staff () |
| staff (const staff &s) | |
| const staff & | operator= (const staff &rhs) |
| virtual void | removec (int index) |
| Does nothing, but provide compatibility with personclass and special function for student class. More... | |
| virtual void | removea (int index) |
| virtual void | removes (int index) |
| int | getSuperV () |
| void | setSuperV (const int &s) |
| 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 staff &s) |
Protected Attributes | |
| int | m_superV |
|
|
|
|
|
|
|
|
|
|
|
Converts field to the current file format.
Reimplemented from employee. |
|
|
Gets neccessary data to parse string.
Reimplemented from employee. |
|
|
Returns the field as a string.
Reimplemented from employee. |
|
|
|
|
|
00032 {
00033 return m_superV;
00034 }
|
|
|
|
|
|
Reimplemented from employee. |
|
|
Does nothing, but provide compatibility with personclass and special function for student class.
Reimplemented from employee. |
|
|
Reimplemented from employee. |
|
|
00037 {
00038 m_superV = s;
00039 }
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001