$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (jcampbell3_at_[hidden])
Date: 2003-06-16 03:17:02
Larry Evans wrote:
[snip]
>
> The code mentioned MAY be very similar to that of J. Kanze available
> at:
The articles at:
http://www.gabi-soft.fr/articles-en.html
pretty much confirms that Kanze's code does more (and possibly does it
better) than my code at files/col_io/test_ostreambuf_decorator.zip.
If we really want an indentor, as well as other filters, I think Kanze's
code may be the way to go. However, I think renaming them to use
decorater would be good to emphasize their relationship to the
decorator pattern as Maxim Egorushki observed.
[snip]