|
Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
|
This is the complete list of members for book, including all inherited members.
| AddReservation(reservation newReservation) | book | |
| AuthorName | book | |
| AvailabilityStatus | book | |
| book(int id, string name, string author, string availabilityStatus) | book | |
| book(int id, string name, string author, BookAvailability available) | book | |
| BookId | book | |
| BookName | book | |
| BorrowedBy | book | |
| DeleteReservation(int patronID) | book | |
| PrintBook() | book | |
| printReservations() | book | private |
| ReservationHeap | book | |
| ~book() | book |