Class Hierarchy
Employee Member List

This is the complete list of members for Employee, including all inherited members.

Employee(const std::string &name)Employeeexplicit
Employee(Employee const &)=defaultEmployee
Employee(Employee &&)=defaultEmployee
get_Counter() const Employeeinline
get_Name() const Employeeinline
operator=(Employee const &)=defaultEmployee
operator=(Employee &&)=defaultEmployee
payment() const =0Employeepure virtual
print(std::ostream &s) const Employeevirtual
~Employee()Employeevirtual