Aufgabe 6: Synchronisation
bbuffer.h File Reference
Contains a bounded buffer. More...
#include "types.h"
Include dependency graph for bbuffer.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | BBuffer< T, CAP > |
The class BBuffer implements a bounded buffer, that is a circular buffer with a fixed capacity. More... | |
Detailed Description
Contains a bounded buffer.