From 58609480a1182719d436dae55de66fe483f63f76 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 20 Mar 2015 00:17:51 -0700 Subject: docs: Regenerate documentation --- docs/manual/modify.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'docs/manual/modify.html') diff --git a/docs/manual/modify.html b/docs/manual/modify.html index 5e44d90..fe207d6 100644 --- a/docs/manual/modify.html +++ b/docs/manual/modify.html @@ -4,15 +4,15 @@ Modifying document data - - + +
-pugixml 1.5 manual | +pugixml 1.6 manual | Overview | Installation | Document: @@ -143,6 +143,7 @@
bool xml_attribute::set_value(int rhs);
 bool xml_attribute::set_value(unsigned int rhs);
 bool xml_attribute::set_value(double rhs);
+bool xml_attribute::set_value(float rhs);
 bool xml_attribute::set_value(bool rhs);
 bool xml_attribute::set_value(long long rhs);
 bool xml_attribute::set_value(unsigned long long rhs);
@@ -185,6 +186,7 @@
 xml_attribute& xml_attribute::operator=(int rhs);
 xml_attribute& xml_attribute::operator=(unsigned int rhs);
 xml_attribute& xml_attribute::operator=(double rhs);
+xml_attribute& xml_attribute::operator=(float rhs);
 xml_attribute& xml_attribute::operator=(bool rhs);
 xml_attribute& xml_attribute::operator=(long long rhs);
 xml_attribute& xml_attribute::operator=(unsigned long long rhs);
@@ -447,6 +449,7 @@
 
bool xml_text::set(int rhs);
 bool xml_text::set(unsigned int rhs);
 bool xml_text::set(double rhs);
+bool xml_text::set(float rhs);
 bool xml_text::set(bool rhs);
 bool xml_text::set(long long rhs);
 bool xml_text::set(unsigned long long rhs);
@@ -466,6 +469,7 @@
 xml_text& xml_text::operator=(int rhs);
 xml_text& xml_text::operator=(unsigned int rhs);
 xml_text& xml_text::operator=(double rhs);
+xml_text& xml_text::operator=(float rhs);
 xml_text& xml_text::operator=(bool rhs);
 xml_text& xml_text::operator=(long long rhs);
 xml_text& xml_text::operator=(unsigned long long rhs);
@@ -741,7 +745,7 @@
 
-pugixml 1.5 manual | +pugixml 1.6 manual | Overview | Installation | Document: -- cgit v1.2.3