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 ()
 

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 ( )
inlinestatic
Returns
an integer that uniquely identifies this Tag type
See also
http://redmine.named-data.net/projects/ndn-cxx/wiki/PacketTagTypes

Definition at line 43 of file tag.hpp.