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

Definition at line 521 of file ofits.h.

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

522  {
523  return Set(key, true, "", comment);
524  }
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: