struct rgt_depth_data_storage
Overview
Storage for user data associated with different log depths. More…
#include <xml2gen.h> struct rgt_depth_data_storage { // fields GPtrArray* array; size_t data_size; };
Detailed Documentation
Storage for user data associated with different log depths.
Fields
GPtrArray* array
Array with pointers to allocated data.
size_t data_size
Allocated data size.