data_structures
Functions
hashmap_vals.c File Reference
#include "hashmap.h"
+ Include dependency graph for hashmap_vals.c:

Go to the source code of this file.

Functions

t_queuehashmap_vals (const t_hashmap *hm)
 Returns a queue with all the values in the map. More...
 

Function Documentation

◆ hashmap_vals()

t_queue* hashmap_vals ( const t_hashmap hm)

Returns a queue with all the values in the map.

Returns
A queue with all the values in the map.

Definition at line 16 of file hashmap_vals.c.