151 for (
auto it=fKeyMap.begin(); it != fKeyMap.end(); it++)
153 fout <<
"## " << ::left << setw(8) << it->first <<
"= ";
155 if (it->second.type==
'T')
156 fout << ::left << setw(20) << (
"'"+it->second.value+
"'");
158 fout << ::right << setw(20) << it->second.value;
160 if (!it->second.comment.empty())
161 fout <<
" / " << it->second.comment;
const Table::Keys & GetKeys() const
std::map< std::string, Entry > Keys