Searched refs:sortdir (Results 1 – 2 of 2) sorted by relevance
479 table::table() : sortcol(-1), sortdir(true), cols(), align(), rows() in table()504 sortdir = descending; in sort()537 std::cout << cols[c] + " " + arrow_char[sortdir ? ARROW_DOWN : ARROW_UP]; in print()
100 bool sortdir; member in table