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

Public Attributes

const sqlite3_modulepModule
 
const char * zName
 
int nRefModule
 
void * pAux
 
void(* xDestroy )(void *)
 
TablepEpoTab
 

Detailed Description

Definition at line 17274 of file sqlite3.c.

Member Data Documentation

◆ nRefModule

int Module::nRefModule

Definition at line 17277 of file sqlite3.c.

Referenced by sqlite3VtabCreateModule(), and vtabCallConstructor().

◆ pAux

void* Module::pAux

Definition at line 17278 of file sqlite3.c.

Referenced by sqlite3VtabCreateModule(), and vtabCallConstructor().

◆ pEpoTab

Table* Module::pEpoTab

◆ pModule

◆ xDestroy

void(* Module::xDestroy) (void *)

Definition at line 17279 of file sqlite3.c.

Referenced by sqlite3VtabCreateModule().

◆ zName

const char* Module::zName

Definition at line 17276 of file sqlite3.c.

Referenced by sqlite3VtabCreateModule(), and sqlite3VtabEponymousTableInit().


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