A Discrete-Event Network Simulator
API
buffer.h File Reference
#include <stdint.h>
#include <vector>
#include <ostream>
#include "ns3/assert.h"
#include <cstring>
+ Include dependency graph for buffer.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ BUFFER_FREE_LIST

#define BUFFER_FREE_LIST   1

Definition at line 28 of file buffer.h.