Beamlib 3.1.2
This is the Beam C++ class library.
|
#include <BTypes.h>
#include <BError.h>
#include <BList.h>
#include <BMutex.h>
#include <BCondInt.h>
Go to the source code of this file.
Classes | |
class | BQueue< T > |
Provides a thread save queue of objects that can be used to communicate between threads. More... | |
Typedefs | |
typedef BQueue< BInt32 > | BQueueInt |