|
Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
|
This file contains the declaration of the utilities class and the BookAvailability enum. More...
#include <string>

Go to the source code of this file.
Classes | |
| class | utilities |
| A utility class providing conversion functions for the BookAvailability enum. More... | |
Macros | |
| #define | Yes "Yes" |
| String representation of the YES enum value. | |
| #define | No "No" |
| String representation of the NO enum value. | |
| #define | INVALID_STATUS "Invalid Status" |
| String representation of the NO enum value. | |
Enumerations | |
| enum | BookAvailability { YES , NO } |
| Enum representing the availability status of a book. More... | |
This file contains the declaration of the utilities class and the BookAvailability enum.
| #define INVALID_STATUS "Invalid Status" |
String representation of the NO enum value.
| #define No "No" |
String representation of the NO enum value.
| #define Yes "Yes" |
String representation of the YES enum value.
| enum BookAvailability |