hmfind
hmfind |
Purpose
Get a reference to the value associated with a key in a hashmap.
Synopsis
size_t *hmfind(XPRMcontext ctx,XPRMhashmap hm, size_t key, int how);
Arguments
ctx
|
Mosel's execution context
|
||||
hm
|
A hashmap
|
||||
key
|
Key to be found
|
||||
how
|
Handling method:
|
Return value
A reference to the value associated with the key or
NULL if the key could not be found.
Related topics