Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.

Public Attributes

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

Member Data Documentation

bool ParserContext::atFirstColumn

Parsing state.

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

Parsing state.

bool ParserContext::taken

If true, this class has surrendered ownership of data.


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