eris  1.4.0
A WorldForge client library.
Eris::WaitFreeQueue< T > Class Template Reference

A queue optimized for insertion from background threads and consumption from one main thread. More...

#include <WaitFreeQueue.h>

Classes

struct  node
 

Public Member Functions

void push (const T &data)
 
nodepop_all (void)
 
nodepop_all_reverse (void)
 

Detailed Description

template<typename T>
class Eris::WaitFreeQueue< T >

A queue optimized for insertion from background threads and consumption from one main thread.

Definition at line 39 of file WaitFreeQueue.h.


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