|
DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Configuration for a sub-sequence list within an AC. More...
#include <semtype.h>
Collaboration diagram for cace_amm_semtype_seq_t:Data Fields | |
| cace_amm_type_t | item_type |
| The type for each item of the list. | |
| cace_amm_range_intvl_size_t | size |
| Constraint on the number of items. | |
Configuration for a sub-sequence list within an AC.
This is similar to an cace_amm_semtype_ulist_t but does not capture the containing AC so sequences can be concatenated.
| cace_amm_type_t cace_amm_semtype_seq_t::item_type |
The type for each item of the list.
All type references are fully recursively resolved. The type object is owned by this semtype.
Referenced by cace_amm_semtype_seq_convert_it(), cace_amm_semtype_seq_deinit(), cace_amm_semtype_seq_init(), cace_amm_semtype_seq_match_it(), cace_amm_semtype_seq_name(), cace_amm_type_set_seq_from_name(), refda_binding_semtype_seq(), and test_amm_type_match_semtype_dlist_seq_minmax().
| cace_amm_range_intvl_size_t cace_amm_semtype_seq_t::size |
Constraint on the number of items.
Referenced by cace_amm_semtype_seq_convert_it(), cace_amm_semtype_seq_deinit(), cace_amm_semtype_seq_init(), cace_amm_semtype_seq_match_it(), and test_amm_type_match_semtype_dlist_seq_minmax().