RWTraceOstreamClient RWTraceEventClient
None
#include <rw/trace/RWTraceOstreamClient.h>
RWTraceOstreamClient is a trace client that sends all events to an ostream. If no ostream is specified, uses cerr by default.
#include <rw/trace/trace.h> . . . RWTraceOstreamClient myTraceClient(cerr);
RWTraceOstreamClient(RWStaticCtor);
Constructs a global static handle instance (may be used before being constructed).
RWTraceOstreamClient(RWTraceOstreamClientImp* bodyP);
Attaches to and increments the reference count on a body.
RWTraceOstreamClient(ostream& ostr=cerr);
Creates a client that will output to the specified ostream. If no ostream is specified, uses cerr by default.
RWTraceOstreamClient(const RWTraceOstreamClient& second);
Copy constructor.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.