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
PassThrough()
- passes through input lines unchanged
PassThrough(const PassThrough &f)
- copy constructor
Limitations
Known Bugs
Author and Copyright
Author: James MacKay
Last Updated: June 8, 1997
Copyright © 1997 James MacKay