GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
An interator for loops over the circular buffer. More...
#include <gp_cbuffer.h>
Data Fields | |
size_t | idx |
size_t | cnt |
An interator for loops over the circular buffer.
Definition at line 138 of file gp_cbuffer.h.
size_t gp_cbuffer_iter::cnt |
Number of position we already iterated over
Definition at line 142 of file gp_cbuffer.h.
size_t gp_cbuffer_iter::idx |
Index to the current position
Definition at line 140 of file gp_cbuffer.h.