ndn::Tag Class Reference

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

#include <ndn-cxx/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

ndn::Tag::~Tag ( )
inlinevirtualdefault

Member Function Documentation

static constexpr int ndn::Tag::getTypeId ( )
inlinestaticnoexcept
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.