Kohi Game Engine
darray_iterator Struct Reference

#include <darray.h>

Data Fields

darray_basearr
 
i32 pos
 
i32 dir
 
b8(* end )(const struct darray_iterator *it)
 
void *(* value )(const struct darray_iterator *it)
 
void(* next )(struct darray_iterator *it)
 
void(* prev )(struct darray_iterator *it)
 

Field Documentation

◆ arr

◆ dir

i32 dir

◆ end

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

◆ next

void(* next) (struct darray_iterator *it)

◆ pos

i32 pos

◆ prev

void(* prev) (struct darray_iterator *it)

◆ value

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

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