WriteTo

Outputs its input unchanged and also writes it to a specified destination.

Header File

writeto.h

Description

An instance of this class is a filter object that outputs its input to the next filter, if any, as well as to another destination. This other destination is specified when the WriteTo filter is constructed.

Some WriteTo filter constructors also take a parameter of type WriteTo::Mode that specifies whether the WriteTo filter appends its input to the contents of the specified destination or overwrites the specified destination`s contents with its input.

Constructors

Limitations

Known Bugs

Author and Copyright


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