PmDict_s Struct Reference
Dict. More...
#include <dict.h>
Data Fields | |
| PmObjDesc_t | od |
| object descriptor | |
| int16_t | length |
| number of key,value pairs in the dict | |
| pSeglist_t | d_keys |
| ptr to seglist containing keys | |
| pSeglist_t | d_vals |
| ptr to seglist containing values | |
Detailed Description
Dict.
Contains ptr to two seglists, one for keys, the other for values; and a length, the number of key/value pairs.
Definition at line 35 of file dict.h.
Field Documentation
Generated on Tue Jul 12 2022 17:07:02 by
1.7.2