RWTraceEventFilter RWTraceEventClient
None
#include <rw/trace/RWTraceEventFilter.h>
RWTraceEventFilter is the handle for trace event filter implementation. A trace filter accepts trace information and forwards it to a client, thus acting as both a client and a server.
RWTraceEventFilter(RWStaticCtor);
Constructs a global static handle instance (may be used before being constructed).
RWTraceEventFilter(RWTraceEventFilterImp* bodyP = 0);
Attaches to and increments the reference count on a body.
RWTraceEventFilter(const RWTraceEventFilter& second);
Copy constructor.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.