An Exclude::Entry holds an ndn_ExcludeType, and if it is a COMPONENT, it holds the component value. More...
#include <exclude.hpp>
Public Member Functions | |
| Entry () | |
| Create an Exclude::Entry of type ndn_Exclude_ANY. | |
| Entry (const uint8_t *component, size_t componentLength) | |
| Create an Exclude::Entry of type ndn_Exclude_COMPONENT. | |
| Entry (const Name::Component &component) | |
| Create an Exclude::Entry of type ndn_Exclude_COMPONENT. | |
| ndn_ExcludeType | getType () const |
| const Name::Component & | getComponent () const |
An Exclude::Entry holds an ndn_ExcludeType, and if it is a COMPONENT, it holds the component value.
1.8.6