geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

chainTracker Struct Reference

Public Attributes

const void *const target_key
 
hashTableForeachFunc user_proc
 
void * user_data
 
hashTableEqualFunc equalfn
 

Detailed Description

Definition at line 50 of file htable.c.

Member Data Documentation

◆ equalfn

hashTableEqualFunc chainTracker::equalfn

Definition at line 54 of file htable.c.

Referenced by track_chain().

◆ target_key

const void* const chainTracker::target_key

Definition at line 51 of file htable.c.

Referenced by hashTableForeachItemOnChain(), and track_chain().

◆ user_data

void* chainTracker::user_data

Definition at line 53 of file htable.c.

Referenced by hashTableForeachItemOnChain(), and track_chain().

◆ user_proc

hashTableForeachFunc chainTracker::user_proc

Definition at line 52 of file htable.c.

Referenced by track_chain().


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