struct rgt_depth_ctx
Overview
Structure that keeps values specific for the particular depth of processing XML file. More…
#include <xml2gen.h> struct rgt_depth_ctx { // fields rgt_node_t type; uint32_t seq; void* user_data; };
Detailed Documentation
Structure that keeps values specific for the particular depth of processing XML file.
Fields
rgt_node_t type
Current node type
uint32_t seq
Current sequence number used on the particular depth
void* user_data
User-specific data pointer