Vuo  2.3.2
Public Attributes | List of all members
ParserContext Class Reference

Description

Helper for VuoTable_makeFromText().

Table data and parsing state tracked while parsing a CSV/TSV file.

Definition at line 178 of file VuoTable.cc.

Public Attributes

bool taken
 If true, this class has surrendered ownership of data. More...
 
vector< vector< VuoText > > * tableData
 Parsing state. More...
 
bool atFirstColumn
 Parsing state. More...
 

Member Data Documentation

◆ atFirstColumn

bool ParserContext::atFirstColumn

Parsing state.

Definition at line 186 of file VuoTable.cc.

◆ tableData

vector< vector<VuoText> >* ParserContext::tableData

Parsing state.

Definition at line 185 of file VuoTable.cc.

◆ taken

bool ParserContext::taken

If true, this class has surrendered ownership of data.

Definition at line 189 of file VuoTable.cc.


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