$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-09-03 02:49:26
"Dietmar Kuehl" <dietmar_kuehl_at_[hidden]> wrote in message news:200409031908.13053.dietmar_kuehl_at_yahoo.com...
|On the ACCU 2003 conference JC (I can figure out the full name if
|necessary...) presented the idea for creating filters which I really
|liked. It looked something like this:
|filter_stream out(tee(std::cout) | encode | gzip | file("some file"));
|This would create a stream which writes everything to 'std::cout'
|and also encodes the stuff before sending it on to compress it and
|finally write it to the file. I like this notation...
I second that
br
Thorsten