GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_cbuffer_iter Struct Reference

An interator for loops over the circular buffer. More...

#include <gp_cbuffer.h>

Data Fields

size_t idx
 
size_t cnt
 

Detailed Description

An interator for loops over the circular buffer.

Definition at line 138 of file gp_cbuffer.h.

Field Documentation

◆ cnt

size_t gp_cbuffer_iter::cnt

Number of position we already iterated over

Definition at line 142 of file gp_cbuffer.h.

◆ idx

size_t gp_cbuffer_iter::idx

Index to the current position

Definition at line 140 of file gp_cbuffer.h.


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