Account
Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BQueue.h
Go to the documentation of this file.
Error return class. This class is used to return the error status from a function....
Definition BError.h:31
BError & set(int errNo, BString errStr="")
Set error number and message.
Definition BError.cpp:24
Mutex class. Note these are recursive Mutexes and so you need to make sure the number of unlocks equa...
Definition BMutex.h:14
Provides a thread save queue of objects that can be used to communicate between threads.
Definition BQueue.h:20
BError read(T &v, BTimeout timeout=BTimeoutForever)
Get an item from the queue.
Definition BQueue.h:78
BError write(const T &v, BTimeout timeout=BTimeoutForever)
Append an item onto the queue.
Definition BQueue.h:64
Generated by