Kohi Game Engine
array_iterator Struct Reference

#include <array.h>

Data Fields

const array_basearr
 
i32 pos
 
i32 dir
 
b8(* end )(const struct array_iterator *it)
 
void *(* value )(const struct array_iterator *it)
 
void(* next )(struct array_iterator *it)
 
void(* prev )(struct array_iterator *it)
 

Field Documentation

◆ arr

const array_base* arr

◆ dir

i32 dir

◆ end

b8(* end) (const struct array_iterator *it)

◆ next

void(* next) (struct array_iterator *it)

◆ pos

i32 pos

◆ prev

void(* prev) (struct array_iterator *it)

◆ value

void*(* value) (const struct array_iterator *it)

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