buffer.h

Langue: en

Version: 325644 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

buffer.h - object passing services between threads.

SYNOPSIS


#include <cc++/thread.h>

Namespaces


namespace ost

Classes


class ost::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.
class ost::FixedBuffer
A buffer class that holds a known capacity of fixed sized objects defined during creation.
class ost::ThreadQueue
Somewhat generic queue processing class to establish a producer consumer queue.
struct ost::ThreadQueue::_data

Detailed Description

object passing services between threads.

Author

Generated automatically by Doxygen for GNU CommonC++ from the source code.