PassThrough

Outputs its input unchanged.

Header File

passthru.h

Description

An instance of this class is a filter object that does nothing but output unchanged the lines passed to it as input: its output will be identical to its input. PassThrough filters are most often used in building other filters, or for testing or debugging purposes.

Constructors

Limitations

Known Bugs

Author and Copyright


Author: James MacKay
Last Updated: June 8, 1997
Copyright © 1997 James MacKay