Home
last modified time | relevance | path

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

/AOO41X/main/salhelper/inc/salhelper/
H A Dqueue.hxx142 class BoundedQueue : protected Queue<element_type> class
153 inline BoundedQueue (sal_uInt32 capacity) : m_aNotFull (capacity) in BoundedQueue() function in salhelper::BoundedQueue