![]() |
yumapro
21.10T-10
YumaPro SDK
|
this struct is inserted in the val->v.child_hdrQ for container and list value nodes More...
#include <val.h>
Data Fields | |
dlq_hdr_t | qhdr |
queue header | |
struct obj_template_t_ * | obj |
child object template The numbering of this object will determine the insertion order of child nodes and therefore the order child nodes are displayed in output formats. | |
struct val_tree_t_ * | tree |
OBJ_TYP_LIST stores values in an AVL tree for fast lookup and also a dlq to maintain sorted order. | |
dlq_hdr_t | que |
LIST, LEAF_LIST or generic objects may have multiple instances per parent so a queue is maintained This can also contain deleted + replacement nodes at the same time. | |
uint32 | count |
que count of non-deleted nodes | |
uint8 | flags |
internal processing flags | |
this struct is inserted in the val->v.child_hdrQ for container and list value nodes