|
Class hierarchy and polymorphismus
|
#include <iostream>#include <string>

Go to the source code of this file.
Classes | |
| class | Employee |
Functions | |
| std::ostream & | operator<< (std::ostream &s, const Employee &org) |
| bool | operator< (const Employee &lhs, const Employee &rhs) |
| std::ostream & operator<< | ( | std::ostream & | s, |
| const Employee & | org | ||
| ) |