ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
HashElem Struct Reference
Collaboration diagram for HashElem:

Public Attributes

HashElemnext
 
HashElemprev
 
void * data
 
const char * pKey
 

Detailed Description

Definition at line 13885 of file sqlite3.c.

Member Data Documentation

◆ data

void* HashElem::data

Definition at line 13887 of file sqlite3.c.

Referenced by sqlite3HashInsert().

◆ next

HashElem* HashElem::next

Definition at line 13886 of file sqlite3.c.

Referenced by findElementWithHash(), and rehash().

◆ pKey

const char* HashElem::pKey

Definition at line 13888 of file sqlite3.c.

Referenced by findElementWithHash(), rehash(), and sqlite3HashInsert().

◆ prev

HashElem * HashElem::prev

Definition at line 13886 of file sqlite3.c.


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