genomicSimulationC 0.2.6
Data Fields
gsc_TableFileCell Struct Reference

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...
 

Detailed Description

Represent a cell read by a gsc_TableFileReader.

Definition at line 908 of file sim-operations.h.

Field Documentation

◆ cell

char* gsc_TableFileCell::cell

deep copy of the cell contents, or NULL

Definition at line 910 of file sim-operations.h.

◆ cell_len

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.

◆ eof

_Bool gsc_TableFileCell::eof

are we (this cell) at end of file

Definition at line 914 of file sim-operations.h.

◆ isCellShallow

_Bool gsc_TableFileCell::isCellShallow

is the string in 'cell' a shallow copy or deep copy?

Definition at line 909 of file sim-operations.h.

◆ predCol

int gsc_TableFileCell::predCol

since last read, how many column gaps have there been?

Definition at line 912 of file sim-operations.h.

◆ predNewline

int gsc_TableFileCell::predNewline

since last read, how many newlines have there been?

Definition at line 913 of file sim-operations.h.


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