Scroll to navigation

buffer.h(3) Library Functions Manual buffer.h(3)

NAME

buffer.h -
object passing services between threads.
 

SYNOPSIS

#include <cc++/thread.h>
 
#include <cc++/string.h>
 
 

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
 

Namespaces


namespace ost
 

Detailed Description

object passing services between threads.
 
 

Author

Generated automatically by Doxygen for GNU CommonC++ from the source code.
Sat Jun 23 2012 GNU CommonC++