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

Definition at line 535 of file ofits.h.

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

Referenced by close(), FlushNumRows(), open(), SetDefaultKeys(), factofits::WriteDrsOffsetsTable(), WriteFitsHeader(), and WriteTableHeader().

536  {
537  std::ostringstream sout;
538  sout << i;
539 
540  return Set(key, true, sout.str(), comment);
541  }
int i
Definition: db_dim_client.c:21
bool Set(const std::string &key="", bool delim=false, const std::string &value="", const std::string &comment="")
Definition: ofits.h:260

+ Here is the call graph for this function:

+ Here is the caller graph for this function: