1#ifndef Cpl_Io_TeeOutput_h_
2#define Cpl_Io_TeeOutput_h_
106 bool write(
const void* buffer,
int maxBytes,
int& bytesWritten );
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This partially abstract class defines a interface for operating on an output stream (example of a str...
Definition Output.h:34
virtual bool write(char c)
Writes a single byte to the stream.
This concrete class implements a Output stream that outputs the data to MANY (or none) output streams...
Definition TeeOutput.h:41
Output * removeAndGetNextFailed(Output ¤tFailedStream)
Removes the specified failed stream AND returns the next failed stream in the list.
TeeOutput(Output &streamA, Output &streamB)
Constructor.
bool remove(Output &stream)
Removes a stream.
void add(Output &stream)
Adds a stream.
void flush()
See Cpl::Io::Output.
bool write(const void *buffer, int maxBytes, int &bytesWritten)
See Cpl::Io::Output.
TeeOutput(Output &streamA)
Constructor.
Output * firstFailed()
Returns the first failed stream.
void close()
See Cpl::Io::Output.
bool isEos()
See Cpl::Io::IsEos.
Output * nextFailed(Output ¤tFailedStream)
Returns the next failed stream in the list.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20