yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
keymap_map_t Struct Reference

one keymap contains all row entries for one list object Used by SIL or SIL-SA code to cache list entries or just keys so GET2 return key processing can be automated More...

#include <keymap.h>

Collaboration diagram for keymap_map_t:

Data Fields

dlq_hdr_t qhdr
 the queue header; TBD: support AVL tree for big CB
 
keymap_set_tmapset
 the parent keymap set that this keymap is for
 
void * cookie
 the cookie passed to the keymap_new_map function use KEYMAP_MAP_COOKIE macro to access this field
 
dlq_hdr_t anckeyQ
 Queue of ncx_backptr_t to a malloced string Each one represents the ancestor key value to match.
 
dlq_hdr_t keyQ
 Queue of keymap_key_t struct Each one represents the entire subtree for the specific major index in the key_t.
 

Detailed Description

one keymap contains all row entries for one list object Used by SIL or SIL-SA code to cache list entries or just keys so GET2 return key processing can be automated


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