llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/adt/queue.h>
Public Member Functions | |
void | Push (ID< T > item) |
Adds an item to the end of the queue. | |
ID< T > | Pop () |
Pops an item from the queue. | |
bool | Empty () const |
Checks if the queue is empty. | |
size_t | Size () const |
Returns the size of the queue. | |
Efficient work queue.