|
CISC 2200 Project 4
|
holds arrival and departure events that haven't yet arrived at the bank More...
Public Member Functions | |
| void | fill (istream &is) |
| fill the event list from an input stream More... | |
| void | simulate () |
| actually does the bank simulation More... | |
Public Attributes | |
| EventPQType | eventListPQ |
| priority queue that holds the event list itself | |
holds arrival and departure events that haven't yet arrived at the bank
| void EventList::fill | ( | istream & | is | ) |
fill the event list from an input stream
| is | the input stream |
| void EventList::simulate | ( | ) |
actually does the bank simulation
1.8.10