pcsc-lite 1.9.9
Data Fields
list_t Struct Reference

list object More...

#include <simclist.h>

Data Fields

struct list_entry_shead_sentinel
 
struct list_entry_stail_sentinel
 
struct list_entry_smid
 
unsigned int numels
 
struct list_entry_s ** spareels
 
unsigned int spareelsnum
 
int iter_active
 
unsigned int iter_pos
 
struct list_entry_siter_curentry
 
struct list_attributes_s attrs
 

Detailed Description

list object

Definition at line 181 of file simclist.h.

Field Documentation

◆ attrs

Definition at line 203 of file simclist.h.

◆ head_sentinel

struct list_entry_s* head_sentinel

Definition at line 182 of file simclist.h.

◆ iter_active

int iter_active

Definition at line 198 of file simclist.h.

◆ iter_curentry

struct list_entry_s* iter_curentry

Definition at line 200 of file simclist.h.

◆ iter_pos

unsigned int iter_pos

Definition at line 199 of file simclist.h.

◆ mid

Definition at line 184 of file simclist.h.

◆ numels

unsigned int numels

Definition at line 186 of file simclist.h.

◆ spareels

struct list_entry_s** spareels

Definition at line 189 of file simclist.h.

◆ spareelsnum

unsigned int spareelsnum

Definition at line 190 of file simclist.h.

◆ tail_sentinel

struct list_entry_s* tail_sentinel

Definition at line 183 of file simclist.h.


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