#include <map_api.h>
◆ Get
Get a value from the map using the key
- Parameters
-
ptMap | A pointer to the map |
tKey | The key to use |
ptRetVal | The return value retrieved using the key |
- Returns
- Status of operation Returns
JUNO_STATUS_DNE_ERROR
if the key is not in the map
◆ Remove
Remove a key,value pair from the map
- Parameters
-
ptMap | A pointer to the map |
tKey | The key to remove |
- Returns
- Status of operation
◆ Set
Add a key,value pair to the map
- Parameters
-
ptMap | A pointer to the map |
ptKey | A key to add |
pvValue | A value to add |
- Returns
- Status of operation
The documentation for this struct was generated from the following file:
- /home/runner/work/libjuno/libjuno/include/juno/map/map_api.h