cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Functions

Functions

static void cdc_hash_table_begin (struct cdc_hash_table *t, struct cdc_hash_table_iter *it)
 Initializes the iterator to the beginning. More...
 
static void cdc_hash_table_end (struct cdc_hash_table *t, struct cdc_hash_table_iter *it)
 Initializes the iterator to the end. More...
 

Detailed Description

Function Documentation

◆ cdc_hash_table_begin()

static void cdc_hash_table_begin ( struct cdc_hash_table t,
struct cdc_hash_table_iter it 
)
inlinestatic

Initializes the iterator to the beginning.

Parameters
t[in]- cdc_hash_table
it[out]- cdc_hash_table_iter

◆ cdc_hash_table_end()

static void cdc_hash_table_end ( struct cdc_hash_table t,
struct cdc_hash_table_iter it 
)
inlinestatic

Initializes the iterator to the end.

Parameters
[in]t- cdc_hash_table
[out]it- cdc_hash_table_iter