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)  

sHashEntry Struct Reference
Collaboration diagram for sHashEntry:
[legend]

Public Attributes

void * key
 
void * value
 
hentrynext
 
struct sHashEntrynext
 
const char * string
 
langType language
 
int value
 

Detailed Description

Definition at line 35 of file htable.c.

Member Data Documentation

◆ key

void* sHashEntry::key

Definition at line 36 of file htable.c.

◆ language

langType sHashEntry::language

◆ next [1/2]

hentry* sHashEntry::next

Definition at line 38 of file htable.c.

Referenced by addKeyword(), and freeKeywordTable().

◆ next [2/2]

struct sHashEntry* sHashEntry::next

Definition at line 28 of file keyword.c.

◆ string

const char* sHashEntry::string

Definition at line 29 of file keyword.c.

Referenced by newEntry().

◆ value [1/2]

void* sHashEntry::value

Definition at line 37 of file htable.c.

Referenced by addKeyword(), and newEntry().

◆ value [2/2]

int sHashEntry::value

Definition at line 31 of file keyword.c.


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