UDK 3.2.7 C/C++ API Reference
|
Bounded queue. More...
#include <queue.hxx>
Public Member Functions | |
BoundedQueue (sal_uInt32 capacity) | |
~BoundedQueue () | |
void | put (const element_type &element) |
element_type | get () |
Bounded queue.
salhelper::BoundedQueue< element_type >::BoundedQueue | ( | sal_uInt32 | capacity | ) | [inline] |
salhelper::BoundedQueue< element_type >::~BoundedQueue | ( | ) | [inline] |
element_type salhelper::BoundedQueue< element_type >::get | ( | ) | [inline] |
Reimplemented from salhelper::Queue< element_type >.
void salhelper::BoundedQueue< element_type >::put | ( | const element_type & | element | ) | [inline] |
Reimplemented from salhelper::Queue< element_type >.