Public Member Functions | List of all members
ndn::blob_stream Struct Reference

This is called "blob_stream" but it doesn't use an ndn::Blob which is immutable. More...

#include <blob-stream.hpp>

Inheritance diagram for ndn::blob_stream:

Public Member Functions

ptr_lib::shared_ptr< std::vector< uint8_t > > buf ()
 

Detailed Description

This is called "blob_stream" but it doesn't use an ndn::Blob which is immutable.

It uses a pointer to a vector<uint8_t>. This is inteded for internal library use, not exported in the API.


The documentation for this struct was generated from the following file: