Public Attributes | List of all members
ndn_Name Struct Reference

An ndn_Name holds an array of ndn_NameComponent. More...

#include <name-types.h>

Inheritance diagram for ndn_Name:
ndn::NameLite

Public Attributes

struct ndn_NameComponentcomponents
 pointer to the array of components. More...
 
size_t maxComponents
 the number of elements in the allocated components array
 
size_t nComponents
 the number of components in the name
 

Detailed Description

An ndn_Name holds an array of ndn_NameComponent.

Member Data Documentation

struct ndn_NameComponent* ndn_Name::components

pointer to the array of components.


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