MagickCore 6.9.13
Loading...
Searching...
No Matches
_LinkedListInfo Struct Reference
Collaboration diagram for _LinkedListInfo:

Data Fields

size_t capacity
 
size_t elements
 
ElementInfohead
 
ElementInfotail
 
ElementInfonext
 
SemaphoreInfosemaphore
 
size_t signature
 

Detailed Description

Definition at line 69 of file hashmap.c.

Field Documentation

◆ capacity

size_t _LinkedListInfo::capacity

Definition at line 72 of file hashmap.c.

◆ elements

size_t _LinkedListInfo::elements

Definition at line 73 of file hashmap.c.

◆ head

ElementInfo* _LinkedListInfo::head

Definition at line 76 of file hashmap.c.

◆ next

ElementInfo * _LinkedListInfo::next

Definition at line 78 of file hashmap.c.

◆ semaphore

SemaphoreInfo* _LinkedListInfo::semaphore

Definition at line 81 of file hashmap.c.

◆ signature

size_t _LinkedListInfo::signature

Definition at line 84 of file hashmap.c.

◆ tail

ElementInfo * _LinkedListInfo::tail

Definition at line 77 of file hashmap.c.


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