#include <dict.h>
Public Attributes | |
| PmObjDesc_t | od |
| int16_t | length |
| pSeglist_t | d_keys |
| pSeglist_t | d_vals |
Contains ptr to two seglists, one for keys, the other for values; and a length, the number of key/value pairs.
ptr to seglist containing keys
ptr to seglist containing values
| int16_t PmDict_s::length |
number of key,value pairs in the dict
object descriptor
1.5.9