NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
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
 Class representing a general-use automatically managed/resized buffer. More...
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 

Typedefs

typedef shared_ptr< const Buffer > ndn::ConstBufferPtr
 
typedef shared_ptr< Buffer > ndn::BufferPtr