Expand description
Dictionary types and traits.
Structs§
- Iterator on a dictionary’s keys and values exposed as
CStr
. - Dictionary flags
- Iterator on a dictionary’s keys and values exposed as
str
. - Iterator on a dictionary’s keys.
- An error raised by
DictRef::parse
if the value cannot be converted to the requested type. - A collection of static key/value pairs.
- Iterator on a dictionary’s values.
- \addtogroup spa_dict {
Traits§
- Trait implemented on types which can be returned by
DictRef::parse
.