![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
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 |
| int ImportCtx::bNotFirst |
Definition at line 13271 of file shell.c.
Referenced by csv_read_one_field().
| 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().
| 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().
| 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().
| 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().
| 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().
| int ImportCtx::nAlloc |
Definition at line 13267 of file shell.c.
Referenced by import_append_char().
| int ImportCtx::nErr |
Definition at line 13270 of file shell.c.
Referenced by do_meta_command().
| 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().
| int ImportCtx::nRow |
Definition at line 13269 of file shell.c.
Referenced by do_meta_command().
| char* ImportCtx::z |
Definition at line 13265 of file shell.c.
Referenced by ascii_read_one_field(), csv_read_one_field(), do_meta_command(), and import_append_char().
| const char* ImportCtx::zFile |
Definition at line 13263 of file shell.c.
Referenced by csv_read_one_field(), and do_meta_command().