cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Data Structures | Variables
imap.h File Reference

The cdc_map_table is a map interface. More...

#include <cdcontainers/common.h>
#include <cdcontainers/status.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>

Go to the source code of this file.

Data Structures

struct  cdc_map_iter_table
 The cdc_map_iter_table struct. More...
 
struct  cdc_map_table
 The cdc_map_table struct. More...
 

Variables

const struct cdc_map_tablecdc_map_avl
 
const struct cdc_map_tablecdc_map_splay
 
const struct cdc_map_tablecdc_map_treap
 
const struct cdc_map_tablecdc_map_htable
 

Detailed Description

The cdc_map_table is a map interface.

Author
Maksim Andrianov maksi.nosp@m.mand.nosp@m.riano.nosp@m.v1@y.nosp@m.andex.nosp@m..ru

Variable Documentation

◆ cdc_map_avl

const struct cdc_map_table* cdc_map_avl

◆ cdc_map_splay

const struct cdc_map_table* cdc_map_splay

◆ cdc_map_treap

const struct cdc_map_table* cdc_map_treap

◆ cdc_map_htable

const struct cdc_map_table* cdc_map_htable