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

FFI for mutable data entries, keys and values.

Functions

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_list_entries

Iterate over the entries.