|
Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
|
: This file contains the implementation of the book class. More...
#include "book.hpp"
: This file contains the implementation of the book class.
: BookId: Unique identifier for the book. BookName: Name of the book. AuthorName: Name of the author. AvailabilityStatus: Availability status of the book. BorrowedBy: PatronId of the patron who borrowed the book. ReservationHeap: Priority queue of reservations for the book.