Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
:: salhelper ::
template< typename element_type >
class FutureQueue
- Base Classes
osl::Mutex (protected) | +--FutureQueue
- Known Derived Classes
- None.
virtual | abstract | interface | template |
NO | NO | NO | YES |
- File
- futurequeue.hxx
Public Members
-
Methods
FutureQueue( );Construction.
~FutureQueue( );Destruction. void
put( const element_type & element );Enqueue element at queue tail. rtl::Reference< salhelper::Future< element_type > >
get( );Dequeue a future to element at queue head.
Private Members
-
Typedefs
future_type Representation.
Data
salhelper::QueueBase< rtl::Reference< future_type > > m_aDelayed; salhelper::QueueBase< rtl::Reference< future_type > > m_aPresent;
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.