Class hierarchy and polymorphismus
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
get_Counter() constEmployeeinline
Get_name() constEmployeeinline
operator=(Employee const &)=defaultEmployee
payment() const =0Employeepure virtual
print(std::ostream &s) constEmployeevirtual
~Employee()Employeevirtual