Boost logo

Boost Users :

From: eg (egoots_at_[hidden])
Date: 2007-12-30 02:42:08


Kessner, Darren E. wrote:

>
> My questions:
>
> 1) How does one make a symmetric_filter Flushable?
>

My understanding is that you need to add the "flushable_tag" category
tag to your filter. In addition, the filter must add support for the
flush function. Look at "flushable' and "flush" in the docs.

In addition, if you search the iostreams source tree for "flushable_tag"
you should find some example code.

> 2) Is this the best way to do this sort of on-the-fly hash
> calculation?
>

I don't know what is the "best" way to do it.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net