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

Public Attributes

int nVal
 
union {
   SorterRecord *   pNext
 
   int   iNext
 
u
 

Detailed Description

Definition at line 94107 of file sqlite3.c.

Member Data Documentation

◆ iNext

int SorterRecord::iNext

Definition at line 94111 of file sqlite3.c.

Referenced by vdbeSorterSort().

◆ nVal

int SorterRecord::nVal

Definition at line 94108 of file sqlite3.c.

Referenced by vdbeSorterListToPMA().

◆ pNext

SorterRecord* SorterRecord::pNext

Definition at line 94110 of file sqlite3.c.

Referenced by sqlite3VdbeSorterNext(), vdbeSorterListToPMA(), and vdbeSorterSort().

◆ 

union { ... } SorterRecord::u

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