![]() |
ndn-lite
|
The structure to represent the NDN Trust Schema pattern. More...
#include <ndn-trust-schema-pattern.h>
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... | |
The structure to represent the NDN Trust Schema pattern.
This structure is memory expensive so please be careful when using it.
ndn_trust_schema_pattern_component_t ndn_trust_schema_pattern::components[NDN_TRUST_SCHEMA_PATTERN_COMPONENTS_SIZE] |
The array of schema components contained in this schema pattern (not including T and L)
uint32_t ndn_trust_schema_pattern::components_size |
The number of schema components.
uint8_t ndn_trust_schema_pattern::num_subpattern_captures |
The number of subpattern captures in the schema pattern.
uint8_t ndn_trust_schema_pattern::num_subpattern_indexes |
The number of subpattern indexes in the schema pattern.