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

Public Attributes

sqlite3_vtab_cursor base
 
int nLvl
 
int iLvl
 
FsdirLevelaLvl
 
const char * zBase
 
int nBase
 
struct stat sStat
 
char * zPath
 
sqlite3_int64 iRowid
 

Detailed Description

Definition at line 2650 of file shell.c.

Member Data Documentation

◆ aLvl

FsdirLevel* fsdir_cursor::aLvl

Definition at line 2655 of file shell.c.

Referenced by fsdirNext(), and fsdirResetCursor().

◆ base

sqlite3_vtab_cursor fsdir_cursor::base

Definition at line 2651 of file shell.c.

Referenced by fsdirOpen(), and fsdirSetErrmsg().

◆ iLvl

int fsdir_cursor::iLvl

Definition at line 2654 of file shell.c.

Referenced by fsdirNext(), fsdirOpen(), and fsdirResetCursor().

◆ iRowid

sqlite3_int64 fsdir_cursor::iRowid

Definition at line 2662 of file shell.c.

Referenced by fsdirNext(), fsdirResetCursor(), and fsdirRowid().

◆ nBase

int fsdir_cursor::nBase

Definition at line 2658 of file shell.c.

Referenced by fsdirColumn(), fsdirFilter(), and fsdirResetCursor().

◆ nLvl

int fsdir_cursor::nLvl

Definition at line 2653 of file shell.c.

Referenced by fsdirNext(), and fsdirResetCursor().

◆ sStat

struct stat fsdir_cursor::sStat

Definition at line 2658 of file shell.c.

Referenced by fsdirColumn(), fsdirFilter(), and fsdirNext().

◆ zBase

const char* fsdir_cursor::zBase

Definition at line 2657 of file shell.c.

Referenced by fsdirFilter(), and fsdirResetCursor().

◆ zPath

char* fsdir_cursor::zPath

Definition at line 2661 of file shell.c.

Referenced by fsdirColumn(), fsdirEof(), fsdirFilter(), fsdirNext(), and fsdirResetCursor().


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