Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: salhelper ::

template< typename element_type >

class BoundedQueue


Base Classes
std::list< element_type > (protected)
  |  
  +--QueueBase< element_type > (protected)
       |  
       +--Queue< element_type > (protected)
            |  
            +--BoundedQueue
Known Derived Classes
None.

virtual abstract interface template
NO NO NO YES
D E P R E C A T E D
Summary
Bounded 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


BoundedQueue( sal_uInt32 capacity );
Not implemented.

~BoundedQueue( );
void
put( const element_type & element );
element_type
get( );

Private Members

Data

osl::Semaphore m_aNotFull; Representation.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.