#include <cstdint>
#include <initializer_list>
#include <iosfwd>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | ndn::Buffer |
General-purpose automatically managed/resized buffer. More... | |
Namespaces | |
ndn | |
Typedefs | |
using | ndn::BufferPtr = std::shared_ptr< Buffer > |
using | ndn::ConstBufferPtr = std::shared_ptr< const Buffer > |