Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
Loading...
Searching...
No Matches
book Member List

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

AddReservation(reservation newReservation)book
AuthorNamebook
AvailabilityStatusbook
book(int id, string name, string author, string availabilityStatus)book
book(int id, string name, string author, BookAvailability available)book
BookIdbook
BookNamebook
BorrowedBybook
DeleteReservation(int patronID)book
PrintBook()book
printReservations()bookprivate
ReservationHeapbook
~book()book