NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
HashWalkState Struct Reference

Cursor to iterate through a Hash Table. More...

#include "hash.h"

+ Collaboration diagram for HashWalkState:

Data Fields

size_t index
 Current position in table.
 
struct HashElemlast
 Current element in linked list.
 

Detailed Description

Cursor to iterate through a Hash Table.

Definition at line 131 of file hash.h.

Field Documentation

◆ index

size_t HashWalkState::index

Current position in table.

Definition at line 133 of file hash.h.

◆ last

struct HashElem* HashWalkState::last

Current element in linked list.

Definition at line 134 of file hash.h.


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