cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Data Fields
cdc_hash_table_iter Struct Reference

The cdc_hash_table_iter is service struct. More...

#include <hash-table.h>

Data Fields

struct cdc_hash_tablecontainer
 
struct cdc_hash_table_entrycurrent
 

Detailed Description

The cdc_hash_table_iter is service struct.

Warning
To avoid problems, do not change the structure fields in the code. Use only special functions to access and change structure fields.

Field Documentation

◆ container

struct cdc_hash_table* container

◆ current

struct cdc_hash_table_entry* current

The documentation for this struct was generated from the following file: