1#ifndef Cpl_Io_AtomicOutputApi_h_
2#define Cpl_Io_AtomicOutputApi_h_
40template <
class CONTEXT>
This abstract template class defines a interface for an Atomic outputs to a stream.
Definition AtomicOutputApi.h:42
virtual bool requestOutputs(CONTEXT &client, OutputsFunction_T clientsMethod)=0
This method is used to output a series of output operations to the stream as a single atomic operatio...
bool(CONTEXT::* OutputsFunction_T)(Output &)
Definition of the call-back method that is used by the client/context to atomically publish many outp...
Definition AtomicOutputApi.h:49
This partially abstract class defines a interface for operating on an output stream (example of a str...
Definition Output.h:34
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20