Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
PmDict_s Struct Reference
Dict. More...
#include <dict.h>
Data Fields | |
| PmObjDesc_t | od |
| object descriptor | |
| uint16_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 28 of file dict.h.
Field Documentation
Generated on Tue Jul 12 2022 23:13:47 by
1.7.2