$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Justin Gottschlich (jgottschlich_at_[hidden])
Date: 2005-02-24 03:09:07
"Pavel Vozenilek" <pavel_vozenilek_at_[hidden]> wrote in message
news:cvi5ci$p4s$1_at_sea.gmane.org...
>
> Similar problems are being solved by Dave Handley in
> Composite library (in development, zip is in snadbox files).
>
> http://www.codeproject.com/vcpp/stl/typed_iteration.asp
> http://www.codeproject.com/vcpp/stl/functor_iteration.asp
> http://www.codeproject.com/gen/design/composite_visitor.asp
>
>
> Maybe some inspiration could be taken here or
> common functionality factored out or reused.
Thanks for the direction Pavel - I'm checking out Handley's work now. =)
Justin