Append

Appends the specified data to its input and outputs the result.

Header File

append.h

Description

An instance of this class is a filter object that outputs all of the lines input to it unchanged, then outputs the data specified when the Append filter was constructed. Note that if the last line of input passed to an Append filter doesn`t end with a newline then the appended data will be appended to that last line; that is, no newline will be inserted between the last line and the appended data.

Constructors

Limitations

Known Bugs

Author and Copyright


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