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

Method CsvUndo

src/csvundo.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33int CsvUndo::uniqNumber = 1;
34
35CsvUndo::CsvUndo() {
36 uniqNumber++;
37}
38CsvUndo::~CsvUndo() {
39 // CsvWindow::undo() copies CsvUndo::table to windows[]->table, so no delete(table) is needed here
40 //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected