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

Classes

struct  _ht
 

Public Attributes

unsigned int htsize
 
unsigned int count
 
HashElemfirst
 
struct Hash::_htht
 

Detailed Description

Definition at line 13869 of file sqlite3.c.

Member Data Documentation

◆ count

unsigned int Hash::count

Definition at line 13871 of file sqlite3.c.

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

◆ first

HashElem* Hash::first

Definition at line 13872 of file sqlite3.c.

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

◆ ht

◆ htsize

unsigned int Hash::htsize

Definition at line 13870 of file sqlite3.c.

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


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