(implementation detail) A Boost.Iostreams.Sink that appends to a Buffer. More...
#include <ndn-cxx/encoding/buffer-stream.hpp>
Public Member Functions | |
BufferSink (Buffer &container) | |
std::streamsize | write (const char_type *s, std::streamsize n) |
(implementation detail) A Boost.Iostreams.Sink that appends to a Buffer.
Definition at line 38 of file buffer-stream.hpp.
|
explicit |
Definition at line 27 of file buffer-stream.cpp.
std::streamsize ndn::detail::BufferSink::write | ( | const char_type * | s, |
std::streamsize | n | ||
) |
Definition at line 33 of file buffer-stream.cpp.