llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | List of all members
Queue< T > Class Template Referencefinal

#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.
 

Detailed Description

template<typename T>
class Queue< T >

Efficient work queue.


The documentation for this class was generated from the following file: