![]() |
ndn-lite
|
The structure to represent the Name. More...
#include <name.h>
Data Fields | |
name_component_t | components [NDN_NAME_COMPONENTS_SIZE] |
The array of name components contained in this name (not including T and L) More... | |
uint32_t | components_size |
The number of name components. More... | |
The structure to represent the Name.
This structure is memory expensive so please be careful when using it.
name_component_t ndn_name::components[NDN_NAME_COMPONENTS_SIZE] |
The array of name components contained in this name (not including T and L)
uint32_t ndn_name::components_size |
The number of name components.