ndn::detail::BufferAppendDevice Class Reference

(implementation detail) a Boost.Iostreams.Sink which appends to an ndn::Buffer More...

#include <buffer-stream.hpp>

+ Collaboration diagram for ndn::detail::BufferAppendDevice:

Public Types

typedef boost::iostreams::sink_tag category
 
typedef char char_type
 

Public Member Functions

 BufferAppendDevice (Buffer &container)
 
std::streamsize write (const char_type *s, std::streamsize n)
 

Protected Attributes

Bufferm_container
 

Detailed Description

(implementation detail) a Boost.Iostreams.Sink which appends to an ndn::Buffer

Definition at line 38 of file buffer-stream.hpp.

Member Typedef Documentation

typedef boost::iostreams::sink_tag ndn::detail::BufferAppendDevice::category

Definition at line 42 of file buffer-stream.hpp.

Definition at line 41 of file buffer-stream.hpp.

Constructor & Destructor Documentation

ndn::detail::BufferAppendDevice::BufferAppendDevice ( Buffer container)
explicit

Definition at line 27 of file buffer-stream.cpp.

Member Function Documentation

std::streamsize ndn::detail::BufferAppendDevice::write ( const char_type s,
std::streamsize  n 
)

Definition at line 33 of file buffer-stream.cpp.

Member Data Documentation

Buffer& ndn::detail::BufferAppendDevice::m_container
protected

Definition at line 51 of file buffer-stream.hpp.