Boost logo

Boost :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-07-11 20:49:47


On 07/11/2005 05:02 PM, Jonathan Turkanis wrote:
[snip]
> Here are the candidates:
>
> 1. streambuf_facade / stream_facade
> 2. generic_streambuf / generic_stream
> 3. streambuf / stream
> 4. xstreambuf / xstream
> 5. device_streambuf / device_stream
> 6. devbuf / devstream
>

I suggest:

   device_filter_{streambuf,stream}

instead of:

   device_{streambuf,stream}

because the following:

   libs/iostreams/doc/policy_based_streams.html

contains:

   which performs i/o by delegating to a contained instance of a policy
   class. The policy class must model one of the various Filter or Device
   concepts.

Or maybe shorten to:

   devfilt_{buf,stream}


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk