#include "tag-list.h"
#include "ns3/log.h"
#include <vector>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | ns3::TagListData |
class | ns3::TagListDataFreeList |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Defines | |
#define | USE_FREE_LIST 1 |
#define | FREE_LIST_SIZE 1000 |
#define | OFFSET_MAX (2147483647) |
Functions | |
NS_LOG_COMPONENT_DEFINE ("TagList") |
#define FREE_LIST_SIZE 1000 |
Definition at line 28 of file tag-list.cc.
Referenced by ns3::TagList::Deallocate().
#define OFFSET_MAX (2147483647) |
Definition at line 29 of file tag-list.cc.
Referenced by ns3::TagList::BeginAll().
#define USE_FREE_LIST 1 |
Definition at line 27 of file tag-list.cc.
NS_LOG_COMPONENT_DEFINE | ( | "TagList" | ) |