#include "ns3/assert.h"
#include <ostream>
#include <stdint.h>
#include <vector>
#include <cstring>
Go to the source code of this file.
Classes | |
class | ns3::Buffer |
automatically resized byte buffer More... | |
struct | ns3::Buffer::Data |
This data structure is variable-sized through its last member whose size is determined at allocation time and stored in the m_size field. More... | |
class | ns3::Buffer::Iterator |
iterator in a Buffer instance More... | |
struct | ns3::Buffer::LocalStaticDestructor |
Local static destructor structure. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | BUFFER_FREE_LIST 1 |