Lines Matching full:logtable
57 // A LogTable contains multiple rows, where only the latest row is active for
61 class LogTable {
63 LogTable();
64 ~LogTable();
142 LogTable::LogTable()
153 LogTable::~LogTable() {
173 int LogTable::AddColumn(const std::string& column_name,
191 void LogTable::NextRow() {
197 int LogTable::InsertCell(const std::string& column_name,
206 int LogTable::CreateLogFile(const std::string& file_name) {
221 void LogTable::Flush() {
335 delete static_cast<LogTable*>(it->second);
387 tables_[table_name] = new LogTable();