#include <back_inserter.hpp>
Public Types | |
| typedef Container::value_type | char_type |
| typedef sink_tag | category |
Public Member Functions | |
| back_insert_device (Container &cnt) | |
| std::streamsize | write (const char_type *s, std::streamsize n) |
Protected Attributes | |
| Container * | container |
| typedef sink_tag boost::iostreams::back_insert_device< Container >::category |
| typedef Container::value_type boost::iostreams::back_insert_device< Container >::char_type |
|
inline |
|
inline |
|
protected |
Referenced by boost::iostreams::back_insert_device< Container >::write().