| 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 Queue
- Base Classes
 std::list< element_type > (protected) | +--QueueBase< element_type > (protected) | +--Queue
- Known Derived Classes
 - BoundedQueue
 
| virtual | abstract | interface | template | 
| NO | NO | NO | YES | 
- D E P R E C A T E D
 - Summary
 - Queue.
 - Description
 - Must not be used, as it internally uses unnamed semaphores, which are not supported on Mac OS X.
 
- File
 - queue.hxx
 
Public Members
-  
Methods
Queue( );Not implemented. 
~Queue( );void 
put( const element_type & element );element_type 
get( );
 
Private Members
-  
Data
osl::Semaphore m_aNotEmpty; Representation. 
 
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.

