IEventFilter Interface Reference

Event Filter interface. More...

#include <MpiBase.h>

Inheritance diagram for IEventFilter:

ICallGraphFilter IHeapFilter IThreadInteractionFilter

List of all members.

Public Types

enum  EFilterType { FT_CALLGRAPH, FT_HEAP, FT_THREAD_INTERACTION }
 Defines supported filter types. More...

Public Member Functions

virtual EFilterType Type ()=0
 Returns the filter type.


Detailed Description

Defines the base interface for event filters

Member Enumeration Documentation

Enumerator:
FT_CALLGRAPH  Call-graph filter.
FT_HEAP  Heap filter.
FT_THREAD_INTERACTION  Thread-interaction filter.


Member Function Documentation

virtual EFilterType Type (  )  [pure virtual]

Returns the filter type. The MPI implementation is using the function to determine the type of the filter.

Returns:
one of the filter types defined in EFilterType

Implemented in ICallGraphFilter, IHeapFilter, and IThreadInteractionFilter.


The documentation for this interface was generated from the following file:


Generated on Thu Mar 6 15:08:10 2008 for Martini by doxygen 1.5.5