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

An iterator for traversing a type registry. More...

#include <infix.h>

Collaboration diagram for infix_registry_iterator_t:
[legend]

Public Attributes

const infix_registry_tregistry
 
size_t _bucket_index
 
void * _current_entry
 

Detailed Description

An iterator for traversing a type registry.

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.

The fields in this struct are implementation details and should not be accessed directly.


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