Salad  1.0.15
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
map.c File Reference
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "salad/config.h"
#include "salad/map.h"
#include "salad/types.h"
#include "salad/vector.h"

Function Documentation

SLD_SSINT sld_map_add ( struct sld_map map,
char *  key,
void *  value 
)
related
SLD_BOOL sld_map_delete ( struct sld_map map,
char *  key 
)
related
void sld_map_free ( struct sld_map map)
related
void* sld_map_get_value ( struct sld_map map,
char *  key 
)
related
SLD_BOOL sld_map_has_key ( struct sld_map map,
char *  key 
)
related
SLD_SSINT sld_map_init ( struct sld_map map)
related
void* sld_map_key_at ( struct sld_map map,
SLD_UINT  index 
)
related
SLD_UINT sld_map_size ( struct sld_map map)
related
void* sld_map_value_at ( struct sld_map map,
SLD_UINT  index 
)
related