|
DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Context used for cace_ari_translator_t functions. More...
#include <algo.h>
Collaboration diagram for cace_ari_translate_ctx_t:Data Fields | |
| const cace_ari_t * | parent |
| The parent value of the one being translated. | |
| bool | is_map_key |
| True if the parent is an AM literal and this is a map key. | |
| void * | user_data |
| User-supplied pointer to cace_ari_translate() | |
Context used for cace_ari_translator_t functions.
| bool cace_ari_translate_ctx_t::is_map_key |
True if the parent is an AM literal and this is a map key.
Referenced by cace_ari_map_am(), and cace_ari_translate_ari().
| const cace_ari_t* cace_ari_translate_ctx_t::parent |
The parent value of the one being translated.
If this is a literal with a container type, the visited value is a member of that container. If this is an object reference, the visited value is a parameter.
Referenced by cace_ari_translate(), and cace_ari_translate_ari().
| void* cace_ari_translate_ctx_t::user_data |
User-supplied pointer to cace_ari_translate()
Referenced by alarm_list_filter_sub_label(), cace_ari_translate_ari(), and tbl_filter_sub_label().