ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SQLiteThread Struct Reference

Public Attributes

pthread_t tid
 
int done
 
void * pOut
 
void *(* xTask )(void *)
 
void * pIn
 

Detailed Description

Definition at line 30363 of file sqlite3.c.

Member Data Documentation

◆ done

int SQLiteThread::done

Definition at line 30365 of file sqlite3.c.

◆ pIn

void* SQLiteThread::pIn

Definition at line 30368 of file sqlite3.c.

◆ pOut

void* SQLiteThread::pOut

Definition at line 30366 of file sqlite3.c.

◆ tid

pthread_t SQLiteThread::tid

Definition at line 30364 of file sqlite3.c.

◆ xTask

void*(* SQLiteThread::xTask) (void *)

Definition at line 30367 of file sqlite3.c.


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