
12 Jul
2005
12 Jul
'05
1:49 a.m.
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}