ndn-lite
Data Fields
ndn_name Struct Reference

The structure to represent the Name. More...

#include <name.h>

Collaboration diagram for ndn_name:
Collaboration graph

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...
 

Detailed Description

The structure to represent the Name.

This structure is memory expensive so please be careful when using it.

Field Documentation

◆ components

The array of name components contained in this name (not including T and L)

◆ components_size

uint32_t ndn_name::components_size

The number of name components.


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