Definition at line 189 of file ofits.h.
References comment, and key.
Referenced by Out().
194 std::ostringstream sout;
195 sout << std::left << std::setw(8) <<
key;
204 sout << (!
value.empty() &&
value[0]==
'\''?std::left:std::right);
205 sout << std::setw(20) <<
value << std::left;
207 if (!comment.empty())
208 sout <<
" / " << comment;