Skip to main content

Module constraints

Module constraints 

Source
Expand description

Reusable ASN.1 subtype-constraint predicates. Reusable executable and specification predicates for ASN.1 subtype constraints.

Structs§

ConstraintAnd
Logical intersection of two executable/specification predicates.
ConstraintNot
Logical complement of an executable/specification predicate.
ConstraintOr
Logical union of two executable/specification predicates.
IntegerRange
An inclusive ASN.1 INTEGER value interval with independently optional bounds.
Size
An ASN.1 SIZE interval.

Functions§

integer_in_range
size_in_range