Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
Loading...
Searching...
No Matches
Classes
reservation.hpp File Reference
#include <string>
#include <queue>
Include dependency graph for reservation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  reservation
 The reservation class stores the priority number, patron id, and the time of reservation. More...
 
class  Compare
 The Compare class is used as a comparison function for the reservation class. More...