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

: This file contains the implementation of the book class. More...

#include "book.hpp"
Include dependency graph for book.cpp:

Detailed Description

: 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.