Miscellaneous scripts
This repository contains miscellaneous scripts that does not fit in one repository, yet I will use them sometimes for my personal use. Note that some of the scripts might contain hardcoded paths and opinionated presets, and you are advised to inspect them before actually using.
|
This is the complete list of members for Queue, including all inherited members.
id | Queue | |
lift | Queue | |
numPeople | Queue | |
operator<(const Queue &queue) const -> bool | Queue | inline |
operator<<(std::ostream &os, const Queue &queue) -> std::ostream & | Queue | friend |
Queue(unsigned int _id, unsigned int _numPeople, Lift *_lift) | Queue | inline |
waitingTime | Queue |