Consumer with fixed items.
More...
#include <consumer.h>
Detailed Description
template<typename T, unsigned SIZE>
class Consumer< T, SIZE >
Consumer with fixed items.
Constructor & Destructor Documentation
template<typename T, unsigned SIZE>
Member Function Documentation
template<typename T, unsigned SIZE>
void Consumer< T, SIZE >::free_buffer |
( |
| ) |
|
|
inline |
template<typename T, unsigned SIZE>
template<typename T, unsigned SIZE>
bool Consumer< T, SIZE >::has_data |
( |
| ) |
const |
|
inline |
Member Data Documentation
template<typename T, unsigned SIZE>
template<typename T, unsigned SIZE>
volatile unsigned Consumer< T, SIZE >::_rpos |
template<typename T, unsigned SIZE>
volatile unsigned Consumer< T, SIZE >::_wpos |
The documentation for this class was generated from the following file: