Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWTraceMultiClientFilter


RWTraceMultiClientFilter RWTraceEventFilter RWTraceEventClient

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Package

Execution Tracing

Header File

#include <rw/trace/RWTraceMultiClientFilter.h>

Description

RWTraceMultiClientFilter is a filter that accepts multiple clients and forwards trace events to them.

Example

The following example creates two clients; one displays messages on the screen, and the other saves them to a file. This example can be found in examples/pwrtools/trace/example2.cpp.

The following is a description of each program line:

//1Instantiate the multi-client filter.
//2First connect the two clients to the filter.
//3Then connect the filter to the manager to ensure that no trace messages are lost.
//4Generate some trace messages.

Public Constructors

RWTraceMultiClientFilter(RWStaticCtor);
RWTraceMultiClientFilter(RWTraceMultiClientFilterImp* bodyP);
RWTraceMultiClientFilter(const RWTraceMultiClientFilter& second);
RWTraceMultiClientFilter(void);


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.