#include <simlpy/Clock.h>
Public Member Functions | |
| bool | operator() (const Event *a, const Event *b) const |
| Compare two Event pointers. | |
Since we want to queue Event pointers according to the times at which the Events should be processed, we need a way to sort the pointers that std::multiset can accept. This is modelled after STL's less<>.
Definition at line 53 of file Clock.h.
1.5.4