infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
infix_registry_iterator_t Struct Reference

Internal definition of a registry iterator. More...

#include <infix_internals.h>

Collaboration diagram for infix_registry_iterator_t:
[legend]

Public Attributes

const infix_registry_tregistry
 
size_t current_bucket
 
const _infix_registry_entry_tcurrent_entry
 

Detailed Description

Internal definition of a registry iterator.

This struct holds the complete state needed to traverse the registry's internal hash table, including the current bucket and the current entry within that bucket's linked list.

Member Data Documentation

◆ current_bucket

size_t infix_registry_iterator_t::current_bucket

The index of the current hash bucket.

◆ current_entry

const _infix_registry_entry_t* infix_registry_iterator_t::current_entry

The current entry in the bucket's chain.

◆ registry

const infix_registry_t* infix_registry_iterator_t::registry

The registry being iterated.


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