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 |
template< typename element_type >
osl::Mutex (protected) | +--FutureQueue
virtual | abstract | interface | template |
NO | NO | NO | YES |
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. |
Typedefs |
|
future_type | Representation. |
Data |
|
salhelper::QueueBase< rtl::Reference< future_type > > m_aDelayed; | |
salhelper::QueueBase< rtl::Reference< future_type > > m_aPresent; |
Copyright © 2010 Sun Microsystems, Inc.