yumapro
24.10-1
YumaPro SDK
|
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>
Data Fields | |
dlq_hdr_t | qhdr |
the queue header; TBD: support AVL tree for big CB | |
keymap_set_t * | mapset |
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. | |
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