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 QueueBase
- Base Classes
std::list< element_type > (protected) | +--QueueBase
- Known Derived Classes
- Queue
virtual | abstract | interface | template |
NO | NO | NO | YES |
- File
- queue.hxx
Public Members
-
Methods
QueueBase( );Not implemented.
~QueueBase( );void
put( const element_type & element );element_type
get( );
Private Members
-
Data
osl::Mutex m_aMutex; 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.