pcsc-lite 2.3.0
|
list object More...
#include <simclist.h>
Data Fields | |
struct list_entry_s * | head_sentinel |
struct list_entry_s * | tail_sentinel |
struct list_entry_s * | mid |
unsigned int | numels |
struct list_entry_s ** | spareels |
unsigned int | spareelsnum |
int | iter_active |
unsigned int | iter_pos |
struct list_entry_s * | iter_curentry |
struct list_attributes_s | attrs |
list object
Definition at line 181 of file simclist.h.
struct list_attributes_s attrs |
Definition at line 203 of file simclist.h.
struct list_entry_s* head_sentinel |
Definition at line 182 of file simclist.h.
int iter_active |
Definition at line 198 of file simclist.h.
struct list_entry_s* iter_curentry |
Definition at line 200 of file simclist.h.
unsigned int iter_pos |
Definition at line 199 of file simclist.h.
struct list_entry_s* mid |
Definition at line 184 of file simclist.h.
unsigned int numels |
Definition at line 186 of file simclist.h.
struct list_entry_s** spareels |
Definition at line 189 of file simclist.h.
unsigned int spareelsnum |
Definition at line 190 of file simclist.h.
struct list_entry_s* tail_sentinel |
Definition at line 183 of file simclist.h.