| 1224 | double TiXmlAttribute::DoubleValue() const { return atof(value.c_str()); } |
| 1225 | |
| 1226 | TiXmlComment::TiXmlComment(const TiXmlComment& copy) : TiXmlNode(TiXmlNode::COMMENT) { copy.CopyTo(this); } |
| 1227 | |
| 1228 | void TiXmlComment::operator=(const TiXmlComment& base) |
| 1229 | { |