Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
buffer.h File Reference

object passing services between threads. More...

#include <cc++/thread.h>
#include <cc++/string.h>
Include dependency graph for buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Buffer
 The buffer class represents an IPC service that is built upon a buffer of fixed capacity that can be used to transfer objects between one or more producer and consumer threads. More...
 
class  FixedBuffer
 A buffer class that holds a known capacity of fixed sized objects defined during creation. More...
 
class  ThreadQueue
 Somewhat generic queue processing class to establish a producer consumer queue. More...
 
struct  ThreadQueue::_data
 

Detailed Description

object passing services between threads.

Definition in file buffer.h.