MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / CsvTable

Method CsvTable

src/csvtable.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37CsvTable::CsvTable() {
38 CsvTable(0,0);
39}
40CsvTable::CsvTable(table_index_t start_rows, table_index_t start_cols) {
41 storage.resize(start_rows, start_cols);
42 headerRow = new std::vector<std::string>;

Callers

nothing calls this directly

Calls 6

CsvTableClass · 0.85
resizeMethod · 0.80
rowsMethod · 0.80
columnsMethod · 0.80
atMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected