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

Public Attributes

const char * zFile
 
FILE * in
 
char * z
 
int n
 
int nAlloc
 
int nLine
 
int nRow
 
int nErr
 
int bNotFirst
 
int cTerm
 
int cColSep
 
int cRowSep
 

Detailed Description

Definition at line 13262 of file shell.c.

Member Data Documentation

◆ bNotFirst

int ImportCtx::bNotFirst

Definition at line 13271 of file shell.c.

Referenced by csv_read_one_field().

◆ cColSep

int ImportCtx::cColSep

Definition at line 13273 of file shell.c.

Referenced by ascii_read_one_field(), csv_read_one_field(), and do_meta_command().

◆ cRowSep

int ImportCtx::cRowSep

Definition at line 13274 of file shell.c.

Referenced by ascii_read_one_field(), csv_read_one_field(), and do_meta_command().

◆ cTerm

int ImportCtx::cTerm

Definition at line 13272 of file shell.c.

Referenced by ascii_read_one_field(), csv_read_one_field(), and do_meta_command().

◆ in

FILE* ImportCtx::in

Definition at line 13264 of file shell.c.

Referenced by ascii_read_one_field(), csv_read_one_field(), and do_meta_command().

◆ n

int ImportCtx::n

Definition at line 13266 of file shell.c.

Referenced by ascii_read_one_field(), csv_read_one_field(), and import_append_char().

◆ nAlloc

int ImportCtx::nAlloc

Definition at line 13267 of file shell.c.

Referenced by import_append_char().

◆ nErr

int ImportCtx::nErr

Definition at line 13270 of file shell.c.

Referenced by do_meta_command().

◆ nLine

int ImportCtx::nLine

Definition at line 13268 of file shell.c.

Referenced by ascii_read_one_field(), csv_read_one_field(), and do_meta_command().

◆ nRow

int ImportCtx::nRow

Definition at line 13269 of file shell.c.

Referenced by do_meta_command().

◆ z

char* ImportCtx::z

◆ zFile

const char* ImportCtx::zFile

Definition at line 13263 of file shell.c.

Referenced by csv_read_one_field(), and do_meta_command().


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