rwlogo
SourcePro 11.1

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWTraceEventFilter Class Reference
[Execution Tracing]

A handle class for trace event filter implementations. More...

#include <rw/trace/RWTraceEventFilter.h>

Inheritance diagram for RWTraceEventFilter:
RWTraceEventClient RWTraceMultiClientFilter RWTraceSingleClientFilter RWTraceLevelFilter RWTraceManager

List of all members.

Public Member Functions

 RWTraceEventFilter (RWTraceEventFilterImp *bodyP=0)
 RWTraceEventFilter (RWStaticCtor)
 RWTraceEventFilter (const RWTraceEventFilter &second)
 ~RWTraceEventFilter (void)

Detailed Description

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.

See also:
RWTraceEventClient

Constructor & Destructor Documentation

RWTraceEventFilter::RWTraceEventFilter ( RWTraceEventFilterImp bodyP = 0  ) 

Attaches to and increments the reference count on bodyP .

RWTraceEventFilter::RWTraceEventFilter ( RWStaticCtor   ) 

Constructs a global static handle instance (may be used before being constructed).

RWTraceEventFilter::RWTraceEventFilter ( const RWTraceEventFilter second  ) 

Attaches to and increments the reference count on the body of second .

RWTraceEventFilter::~RWTraceEventFilter ( void   ) 

Destructor.


© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.