|
DTNMA Reference Tools v2.1.0 - 2.ga9a44fe
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.
| 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().