CircularUniqueQueue< T > Class Template Reference
[Collections]

#include <CircularUniqueQueue.h>

Inheritance diagram for CircularUniqueQueue< T >:

Inheritance graph
[legend]
Collaboration diagram for CircularUniqueQueue< T >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class T>
class CircularUniqueQueue< T >

Like CirculuarQueue, but doesn't insert duplicates.

Warning:
not strictly thread-safe, but safe under most circumstances (removing elements while inserting elements could hypothetically dereference destructed elements).
Todo:
move to mace:: namespace

Definition at line 57 of file CircularUniqueQueue.h.


Public Member Functions

void push (const T &v)
 Places an item at the end of the queue.

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

Generated on Sat Oct 4 21:30:27 2008 for Mace Library by  doxygen 1.5.5