mn_binaryqueue.hpp
Go to the documentation of this file.
Binary queue with overwrite. This queue can only hold one item. If sucessive Enqueue operations are c...
Definition: mn_binaryqueue.hpp:32
basic_binaryqueue(unsigned int itemSize)
Construct a new basic binaryqueue object.
Definition: mn_binaryqueue.hpp:39
virtual int enqueue(void *item, unsigned int timeout=-1)
Definition: mn_binaryqueue.cpp:34
basic_queue< T, TMAXITEMS, TITEMSIZE > queue
Definition: container/mn_queue.hpp:239
Definition: mn_allocator_typetraits.hpp:25