1#ifndef Cpl_Io_Ram_InputOutput_h_
2#define Cpl_Io_Ram_InputOutput_h_
58 bool read(
void* buffer,
int numBytes,
int& bytesRead );
69 bool write(
const void* buffer,
int maxBytes,
int& bytesWritten );
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
virtual bool write(char c)
Writes a single byte to the stream.
This mutex class defines the interface for a mutex that has "recursive" semantics.
Definition Mutex.h:33
This semaphore class defines the interface for a Counting Semaphore.
Definition Semaphore.h:37
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20