The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: 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 Feather

Copyright & License | Privacy | Contact Us | Donate

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