BSL v0.0.0 - 0.geda3e66
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
bsl_eidpat_numcomp_t Struct Reference

Each component of a numeric tuple pattern. More...

#include <eidpat.h>

+ Collaboration diagram for bsl_eidpat_numcomp_t:

Data Fields

bsl_eidpat_numcomp_form_t form
 The form of the component val.
 
union { 
 
   uint64_t   as_single 
 Used for BSL_EIDPAT_NUMCOMP_SINGLE.
 
   bsl_eidpat_numrage_t   as_range 
 Used for BSL_EIDPAT_NUMCOMP_RANGE.
 
val 
 The component value interpreted according to form.
 

Detailed Description

Each component of a numeric tuple pattern.


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