Kohi Game Engine
stackarray_iterator Struct Reference

#include <stackarray.h>

Data Fields

stackarray_basearr
 
i32 pos
 
i32 dir
 
b8(* end )(const struct stackarray_iterator *it)
 
void *(* value )(const struct stackarray_iterator *it)
 
void(* next )(struct stackarray_iterator *it)
 
void(* prev )(struct stackarray_iterator *it)
 

Field Documentation

◆ arr

◆ dir

i32 dir

◆ end

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

◆ next

void(* next) (struct stackarray_iterator *it)

◆ pos

i32 pos

◆ prev

void(* prev) (struct stackarray_iterator *it)

◆ value

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

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