Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

CFilterNop Class Reference

A sample CFilter derived class that just let's the data through. More...

#include <Examples.h>

Inheritance diagram for CFilterNop:

Inheritance graph
[legend]
Collaboration diagram for CFilterNop:

Collaboration graph
[legend]
List of all members.

Protected Member Functions

void InFilter ()
 A no-operation implementation of InFilter().


Detailed Description

A sample CFilter derived class that just let's the data through.

Use this class as an example to derive further from, modifying the InFilter() implementation as appropriate.

Definition at line 41 of file Examples.h.


Member Function Documentation

void CFilterNop::InFilter  )  [protected, virtual]
 

A no-operation implementation of InFilter().

Do the real stuff here. Use Open(), Read(), Pump() and Close(). This is a copying sample. It does nothing, but demonstrates possible techniques. Always initialize everything at start - you may be called any number of times.

Implements AxPipe::CFilter.

Definition at line 41 of file Examples.cpp.


The documentation for this class was generated from the following files:
Generated on Mon Feb 2 13:19:20 2004 for AxPipe by doxygen 1.3.5