NetSurf
Data Fields
imagemap Struct Reference
Collaboration diagram for imagemap:
[legend]

Data Fields

char * key
 key for this entry More...
 
struct mapentrylist
 pointer to linked list of entries More...
 
struct imagemapnext
 next entry in this hash chain More...
 

Detailed Description

Definition at line 77 of file imagemap.c.

Field Documentation

◆ key

char* imagemap::key

key for this entry

Definition at line 78 of file imagemap.c.

Referenced by imagemap_add(), imagemap_destroy(), imagemap_dump(), imagemap_get(), and imagemap_hash().

◆ list

struct mapentry* imagemap::list

pointer to linked list of entries

Definition at line 79 of file imagemap.c.

Referenced by imagemap_add(), imagemap_destroy(), imagemap_dump(), and imagemap_get().

◆ next

struct imagemap* imagemap::next

next entry in this hash chain

Definition at line 80 of file imagemap.c.

Referenced by imagemap_add(), imagemap_destroy(), imagemap_dump(), and imagemap_get().


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