A School Directory Application
Package to illustrate classes, subclasses, polymorphism,cout<<<overloading, and virtual functions
|
This is the complete list of members for Faculty, including all inherited members.
comesBefore(std::string first, std::string second) | Entry | |
comesBefore(Entry otherEntry) | Entry | |
Entry() | Entry | |
Entry(std::string first, std::string last, std::string eAddress) | Entry | |
equals(std::string first, std::string second) | Entry | |
equals(Entry otherEntry) | Entry | |
Faculty(std::string first, std::string last, std::string addr, std::string room, int ext, std::string department, int yr) | Faculty | |
print(std::ostream &os) const | Faculty | virtual |
~Entry() | Entry | virtual |