Home
last modified time | relevance | path

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

/aoo4110/main/salhelper/inc/salhelper/
H A Dqueue.hxx50 class QueueBase : protected std::list<element_type> class
58 SALHELPER_COPYCTOR_API(QueueBase<element_type>);
61 inline QueueBase() in QueueBase() function in salhelper::QueueBase
64 inline ~QueueBase() in ~QueueBase()
99 class Queue : protected QueueBase<element_type>
118 QueueBase<element_type>::put (element); in put()
127 element = QueueBase<element_type>::get(); in get()
H A Dfuturequeue.hxx51 salhelper::QueueBase< rtl::Reference<future_type> > m_aDelayed;
52 salhelper::QueueBase< rtl::Reference<future_type> > m_aPresent;

Completed in 20 milliseconds