#include <cc++/thread.h>
#include <cc++/string.h>
Go to the source code of this file.
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. More... | |
class | ost::FixedBuffer |
A buffer class that holds a known capacity of fixed sized objects defined during creation. More... | |
class | ost::ThreadQueue |
Somewhat generic queue processing class to establish a producer consumer queue. More... | |
struct | ost::ThreadQueue::ThreadQueue::_data |
Namespaces | |
namespace | ost |