FACT++  1.0
bool ofits::SetHex ( const std::string &  key,
uint64_t  i,
const std::string &  comment = "" 
)
inline

Definition at line 571 of file ofits.h.

References ofits::Key::comment, i, and SetStr().

572  {
573  std::ostringstream sout;
574  sout << std::hex << "0x" << i;
575  return SetStr(key, sout.str(), comment);
576  }
int i
Definition: db_dim_client.c:21
bool SetStr(const std::string &key, std::string s, const std::string &comment="")
Definition: ofits.h:526

+ Here is the call graph for this function: