earnings(void) const =0 | Employee | [pure virtual] |
Employee(const char first[]="", const char last[]="") | Employee | |
Employee(const Employee &emp) | Employee | |
get_first(void) const | Employee | [inline] |
get_last(void) const | Employee | [inline] |
operator=(const Employee &emp) | Employee | |
print(std::ostream &out) const | Employee | [virtual] |
set_first(const char first[]) | Employee | [protected] |
set_last(const char last[]) | Employee | [protected] |
~Employee() | Employee | [virtual] |