NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::Tag Class Reference

Base class for packet tags that can hold any arbitrary information. More...

#include <tag.hpp>

Inheritance diagram for ndn::Tag:

Public Member Functions

virtual ~Tag ()
 

Static Public Member Functions

static constexpr int getTypeId () noexcept
 

Detailed Description

Base class for packet tags that can hold any arbitrary information.

Definition at line 30 of file tag.hpp.

Constructor & Destructor Documentation

◆ ~Tag()

ndn::Tag::~Tag ( )
inlinevirtualdefault

Member Function Documentation

◆ getTypeId()

static constexpr int ndn::Tag::getTypeId ( )
inlinestaticconstexprnoexcept
Returns
an integer that uniquely identifies this Tag type
See also
https://redmine.named-data.net/projects/ndn-cxx/wiki/PacketTagTypes

Definition at line 43 of file tag.hpp.


The documentation for this class was generated from the following file: