Home
last modified time | relevance | path

Searched refs:BoundedQueue (Results 1 – 1 of 1) sorted by relevance

/trunk/main/salhelper/inc/salhelper/
H A Dqueue.hxx142 class BoundedQueue : protected Queue<element_type> class
150 SALHELPER_COPYCTOR_API(BoundedQueue<element_type>);
153 inline BoundedQueue (sal_uInt32 capacity) : m_aNotFull (capacity) in BoundedQueue() function in salhelper::BoundedQueue
158 inline ~BoundedQueue() in ~BoundedQueue()