Module safe_app::ffi::mutable_data::entries [] [src]

FFI for mutable data entries, keys and values.

Functions

mdata_entries_for_each

Iterate over the entries.

mdata_entries_free

Free the entries from memory.

mdata_entries_get

Get the entry value at the given key.

mdata_entries_insert

Insert an entry to the entries.

mdata_entries_len

Returns the number of entries.

mdata_entries_new

Create new empty entries.

mdata_keys_for_each

Iterate over the keys.

mdata_keys_free

Free the keys from memory.

mdata_keys_len

Returns the number of keys.

mdata_values_for_each

Iterate over the values.

mdata_values_free

Free the values from memory.

mdata_values_len

Returns the number of values.