Lists all columns of an open file.
133 cout <<
" " << fKeyMap.find(
"EXTNAME")->second.value <<
" [";
136 for (
auto it = fColMap.begin(); it != fColMap.end(); it++)
138 cout <<
" " << it->first <<
"[" << it->second.num <<
"] (" << it->second.unit <<
":" <<
ValueTypeToStr(it->second.type) <<
") ";
139 for (
auto jt = fKeyMap.begin(); jt != fKeyMap.end(); jt++)
140 if (jt->second.value == it->first)
141 cout <<
"/ " << jt->second.comment << endl;
std::map< std::string, Column > Columns
string ValueTypeToStr(char type) const
size_t GetNumRows() const
const Table::Keys & GetKeys() const
std::map< std::string, Entry > Keys
const Table::Columns & GetColumns() const