|
Class Hierarchy
|
This is the complete list of members for Employee, including all inherited members.
| Employee(const std::string &name) | Employee | explicit |
| Employee(Employee const &)=default | Employee | |
| Employee(Employee &&)=default | Employee | |
| get_Counter() const | Employee | inline |
| get_Name() const | Employee | inline |
| operator=(Employee const &)=default | Employee | |
| operator=(Employee &&)=default | Employee | |
| payment() const =0 | Employee | pure virtual |
| print(std::ostream &s) const | Employee | virtual |
| ~Employee() | Employee | virtual |
1.8.11