buffer.hpp File Reference
#include "../common.hpp"
#include <vector>
+ Include dependency graph for buffer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::Buffer
 General-purpose automatically managed/resized buffer. More...
 

Namespaces

 ndn
 Copyright (c) 2013-2017 Regents of the University of California.
 

Typedefs

using ndn::BufferPtr = shared_ptr< Buffer >
 
using ndn::ConstBufferPtr = shared_ptr< const Buffer >