PmDict_s Struct Reference
#include <dict.h>
List of all members.
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.
Member Data Documentation
ptr to seglist containing keys
Definition at line 42 of file dict.h.
ptr to seglist containing values
Definition at line 44 of file dict.h.
number of key,value pairs in the dict
Definition at line 40 of file dict.h.
object descriptor
Definition at line 38 of file dict.h.
The documentation for this struct was generated from the following file: