DTNMA Reference Tools v2.0.0 - 9.gaff6489
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Context used for cace_ari_visitor_t functions. More...
#include <algo.h>
Data Fields | |
const cace_ari_t * | parent |
The parent value of the one being visited. | |
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_visit() | |
Context used for cace_ari_visitor_t functions.
const cace_ari_t* cace_ari_visit_ctx_t::parent |
The parent value of the one being visited.
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_visit().