ReactOS 0.4.15-dev-7958-gcd0bb1a
frame_index Struct Reference

#include <index.h>

Public Attributes

off_tdata
 
off_t step
 
off_t next
 
size_t size
 
size_t fill
 
size_t grow_size
 

Detailed Description

Definition at line 26 of file index.h.

Member Data Documentation

◆ data

off_t* frame_index::data

Definition at line 28 of file index.h.

Referenced by fi_add(), fi_exit(), fi_init(), fi_resize(), fi_set(), and fi_shrink().

◆ fill

size_t frame_index::fill

Definition at line 32 of file index.h.

Referenced by fi_add(), fi_init(), fi_next(), fi_reset(), fi_resize(), fi_set(), and fi_shrink().

◆ grow_size

size_t frame_index::grow_size

Definition at line 33 of file index.h.

Referenced by fi_add(), and fi_init().

◆ next

off_t frame_index::next

Definition at line 30 of file index.h.

Referenced by fi_add(), fi_init(), fi_reset(), fi_resize(), fi_set(), and fi_shrink().

◆ size

size_t frame_index::size

Definition at line 31 of file index.h.

Referenced by fi_add(), fi_exit(), fi_init(), fi_reset(), fi_resize(), and fi_set().

◆ step

off_t frame_index::step

Definition at line 29 of file index.h.

Referenced by fi_add(), fi_init(), fi_next(), fi_reset(), fi_set(), and fi_shrink().


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