LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
map_types.h File Reference
#include "juno/hash/hash_api.h"
#include "juno/macros.h"
#include "juno/memory/memory_types.h"
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
Include dependency graph for map_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  JUNO_MAP_TAG
 

Typedefs

typedef struct JUNO_MAP_TAG JUNO_MAP_T
 
typedef bool(* JUNO_MAP_KEY_EQUAL_FCN_T) (JUNO_MEMORY_T ptKey1, JUNO_MEMORY_T ptKey2)
 

Typedef Documentation

◆ JUNO_MAP_KEY_EQUAL_FCN_T

typedef bool(* JUNO_MAP_KEY_EQUAL_FCN_T) (JUNO_MEMORY_T ptKey1, JUNO_MEMORY_T ptKey2)

◆ JUNO_MAP_T

typedef struct JUNO_MAP_TAG JUNO_MAP_T