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

Public Attributes

int nArg
 
int nUsed
 
sqlite3_value ** apArg
 

Detailed Description

Definition at line 19410 of file sqlite3.c.

Member Data Documentation

◆ apArg

sqlite3_value** PrintfArguments::apArg

Definition at line 19413 of file sqlite3.c.

◆ nArg

int PrintfArguments::nArg

Definition at line 19411 of file sqlite3.c.

Referenced by getDoubleArg().

◆ nUsed

int PrintfArguments::nUsed

Definition at line 19412 of file sqlite3.c.

Referenced by getDoubleArg().


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