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

Public Attributes

struct RowSetChunkpChunk
 
sqlite3db
 
struct RowSetEntrypEntry
 
struct RowSetEntrypLast
 
struct RowSetEntrypFresh
 
struct RowSetEntrypForest
 
u16 nFresh
 
u16 rsFlags
 
int iBatch
 

Detailed Description

Definition at line 51058 of file sqlite3.c.

Member Data Documentation

◆ db

sqlite3* RowSet::db

Definition at line 51060 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), sqlite3RowSetClear(), and sqlite3RowSetInit().

◆ iBatch

int RowSet::iBatch

Definition at line 51067 of file sqlite3.c.

Referenced by sqlite3RowSetInit(), and sqlite3RowSetTest().

◆ nFresh

u16 RowSet::nFresh

Definition at line 51065 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), sqlite3RowSetClear(), and sqlite3RowSetInit().

◆ pChunk

struct RowSetChunk* RowSet::pChunk

Definition at line 51059 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), sqlite3RowSetClear(), and sqlite3RowSetInit().

◆ pEntry

struct RowSetEntry* RowSet::pEntry

◆ pForest

struct RowSetEntry* RowSet::pForest

◆ pFresh

struct RowSetEntry* RowSet::pFresh

Definition at line 51063 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), and sqlite3RowSetInit().

◆ pLast

struct RowSetEntry* RowSet::pLast

◆ rsFlags


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