|
infix
A JIT-Powered FFI Library for C
|
Internal definition of a registry iterator. More...
#include <infix_internals.h>
Public Attributes | |
| const infix_registry_t * | registry |
| size_t | current_bucket |
| const _infix_registry_entry_t * | current_entry |
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.
| size_t infix_registry_iterator_t::current_bucket |
The index of the current hash bucket.
| const _infix_registry_entry_t* infix_registry_iterator_t::current_entry |
The current entry in the bucket's chain.
| const infix_registry_t* infix_registry_iterator_t::registry |
The registry being iterated.