Searched defs:_lv_tree_class_t (Results 1 – 1 of 1) sorted by relevance
34 typedef struct _lv_tree_class_t { struct35 const struct _lv_tree_class_t * base_class; argument37 void (*constructor_cb)(const struct _lv_tree_class_t * class_p, struct _lv_tree_node_t * node); argument38 void (*destructor_cb)(const struct _lv_tree_class_t * class_p, struct _lv_tree_node_t * node); argument