ndn-lite
Data Fields
ndn_trust_schema_pattern Struct Reference

The structure to represent the NDN Trust Schema pattern. More...

#include <ndn-trust-schema-pattern.h>

Collaboration diagram for ndn_trust_schema_pattern:
Collaboration graph

Data Fields

ndn_trust_schema_pattern_component_t components [NDN_TRUST_SCHEMA_PATTERN_COMPONENTS_SIZE]
 The array of schema components contained in this schema pattern (not including T and L) More...
 
uint32_t components_size
 The number of schema components. More...
 
uint8_t num_subpattern_captures
 The number of subpattern captures in the schema pattern. More...
 
uint8_t num_subpattern_indexes
 The number of subpattern indexes in the schema pattern. More...
 

Detailed Description

The structure to represent the NDN Trust Schema pattern.

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

Field Documentation

◆ components

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

◆ components_size

uint32_t ndn_trust_schema_pattern::components_size

The number of schema components.

◆ num_subpattern_captures

uint8_t ndn_trust_schema_pattern::num_subpattern_captures

The number of subpattern captures in the schema pattern.

◆ num_subpattern_indexes

uint8_t ndn_trust_schema_pattern::num_subpattern_indexes

The number of subpattern indexes in the schema pattern.


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