Searched refs:TextTableRow (Results 1 – 1 of 1) sorted by relevance
30 class TextTableRow {33 TextTableRow() {} in TextTableRow() function36 explicit TextTableRow(std::vector<std::string>&& v) : mFields(std::move(v)) {} in TextTableRow() function39 explicit TextTableRow(std::string&& s) : mLine(std::move(s)) {} in TextTableRow() function40 explicit TextTableRow(const std::string& s) : mLine(s) {} in TextTableRow() function78 std::vector<TextTableRow> mTable;