|
UDK 3.2.7 C/C++ API Reference
|
#include <queue.hxx>
Public Member Functions | |
| QueueBase () | |
| ~QueueBase () | |
| void | put (const element_type &element) |
| element_type | get () |
| salhelper::QueueBase< element_type >::QueueBase | ( | ) | [inline] |
| salhelper::QueueBase< element_type >::~QueueBase | ( | ) | [inline] |
| element_type salhelper::QueueBase< element_type >::get | ( | ) | [inline] |
Reimplemented in salhelper::Queue< element_type >, and salhelper::BoundedQueue< element_type >.
| void salhelper::QueueBase< element_type >::put | ( | const element_type & | element | ) | [inline] |
Reimplemented in salhelper::Queue< element_type >, and salhelper::BoundedQueue< element_type >.
1.7.4