FACT++  1.0
bool ofits::SetRaw ( const std::string &  key,
const std::string &  val,
const std::string &  comment 
)
inline

Definition at line 511 of file ofits.h.

References Set().

512  {
513  return Set(key, true, val, comment);
514  }
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: