genomicSimulationC 0.2.6
|
Represent a cell read by a gsc_TableFileReader. More...
#include <sim-operations.h>
Data Fields | |
_Bool | isCellShallow |
is the string in 'cell' a shallow copy or deep copy? More... | |
char * | cell |
deep copy of the cell contents, or NULL More... | |
size_t | cell_len |
length of cell contents (because a shallow copy may not be null-terminated) More... | |
int | predCol |
since last read, how many column gaps have there been? More... | |
int | predNewline |
since last read, how many newlines have there been? More... | |
_Bool | eof |
are we (this cell) at end of file More... | |
Represent a cell read by a gsc_TableFileReader.
Definition at line 908 of file sim-operations.h.
char* gsc_TableFileCell::cell |
deep copy of the cell contents, or NULL
Definition at line 910 of file sim-operations.h.
size_t gsc_TableFileCell::cell_len |
length of cell contents (because a shallow copy may not be null-terminated)
Definition at line 911 of file sim-operations.h.
_Bool gsc_TableFileCell::eof |
are we (this cell) at end of file
Definition at line 914 of file sim-operations.h.
_Bool gsc_TableFileCell::isCellShallow |
is the string in 'cell' a shallow copy or deep copy?
Definition at line 909 of file sim-operations.h.
int gsc_TableFileCell::predCol |
since last read, how many column gaps have there been?
Definition at line 912 of file sim-operations.h.
int gsc_TableFileCell::predNewline |
since last read, how many newlines have there been?
Definition at line 913 of file sim-operations.h.