Producer with fixed items.
More...
#include <consumer.h>
Detailed Description
template<typename T, unsigned SIZE>
class Producer< T, SIZE >
Producer with fixed items.
Constructor & Destructor Documentation
template<typename T, unsigned SIZE>
Member Function Documentation
template<typename T, unsigned SIZE>
bool Producer< T, SIZE >::produce |
( |
T & |
value | ) |
|
|
inline |
Put something in the buffer.
Please note that this function is not locked, thus only a single producer should do the access at the very same time.
template<typename T, unsigned SIZE>
Member Data Documentation
template<typename T, unsigned SIZE>
template<typename T, unsigned SIZE>
template<typename T, unsigned SIZE>
The documentation for this class was generated from the following file: