Rizin
unix-like reverse engineering framework and cli tools
mpc_ast_trav_t Struct Reference

#include <mpc.h>

Public Attributes

mpc_ast_tcurr_node
 
struct mpc_ast_trav_tparent
 
int curr_child
 
mpc_ast_trav_order_t order
 

Detailed Description

Definition at line 315 of file mpc.h.

Member Data Documentation

◆ curr_child

int mpc_ast_trav_t::curr_child

Definition at line 318 of file mpc.h.

Referenced by mpc_ast_traverse_next(), and mpc_ast_traverse_start().

◆ curr_node

mpc_ast_t* mpc_ast_trav_t::curr_node

Definition at line 316 of file mpc.h.

Referenced by mpc_ast_traverse_next(), and mpc_ast_traverse_start().

◆ order

mpc_ast_trav_order_t mpc_ast_trav_t::order

Definition at line 319 of file mpc.h.

Referenced by mpc_ast_traverse_next(), and mpc_ast_traverse_start().

◆ parent

struct mpc_ast_trav_t* mpc_ast_trav_t::parent

The documentation for this struct was generated from the following file: