Beamlib  3.0.1
This is the Beam C++ class library.
Classes | Typedefs
BQueue.h File Reference
#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< BInt32BQueueInt
 

Typedef Documentation

◆ BQueueInt