Definition at line 571 of file ofits.h.
References ofits::Key::comment, i, and SetStr().
573 std::ostringstream sout;
574 sout << std::hex <<
"0x" <<
i;
575 return SetStr(key, sout.str(), comment);
bool SetStr(const std::string &key, std::string s, const std::string &comment="")