From ca8a2a450c78d5893a17f3ee8fd5235dcc23c0a8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 17 Sep 2009 18:20:49 +0000 Subject: Updated doxygen-generated documentation git-svn-id: http://pugixml.googlecode.com/svn/trunk@130 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__attribute.html | 158 ++++++++++++++++++++++++++++- 1 file changed, 157 insertions(+), 1 deletion(-) (limited to 'docs/html/classpugi_1_1xml__attribute.html') diff --git a/docs/html/classpugi_1_1xml__attribute.html b/docs/html/classpugi_1_1xml__attribute.html index b89ce60..adfa996 100644 --- a/docs/html/classpugi_1_1xml__attribute.html +++ b/docs/html/classpugi_1_1xml__attribute.html @@ -101,6 +101,18 @@ unsigned int document_orde bool set_value (const char *rhs)  Set attribute value to rhs.
+bool set_value (int rhs) + + Set attribute value to rhs.
+bool set_value (unsigned int rhs) + + Set attribute value to rhs.
+bool set_value (double rhs) + + Set attribute value to rhs.
+bool set_value (bool rhs) + + Set attribute value to either 'true' or 'false' (depends on whether rhs is true or false).
bool empty () const  Check if attribute is empty.
@@ -858,6 +870,150 @@ Set attribute value to rhs. +

+ + + + +
+ + + + + + + + + +
bool pugi::xml_attribute::set_value int  rhs  ) 
+
+ + + + + +
+   + + +

+Set attribute value to rhs. +

+

Parameters:
+ + +
rhs - new attribute value
+
+
Returns:
success flag (call fails if attribute is empty or there is not enough memory)
+
+

+ + + + +
+ + + + + + + + + +
bool pugi::xml_attribute::set_value unsigned int  rhs  ) 
+
+ + + + + +
+   + + +

+Set attribute value to rhs. +

+

Parameters:
+ + +
rhs - new attribute value
+
+
Returns:
success flag (call fails if attribute is empty or there is not enough memory)
+
+

+ + + + +
+ + + + + + + + + +
bool pugi::xml_attribute::set_value double  rhs  ) 
+
+ + + + + +
+   + + +

+Set attribute value to rhs. +

+

Parameters:
+ + +
rhs - new attribute value
+
+
Returns:
success flag (call fails if attribute is empty or there is not enough memory)
+
+

+ + + + +
+ + + + + + + + + +
bool pugi::xml_attribute::set_value bool  rhs  ) 
+
+ + + + + +
+   + + +

+Set attribute value to either 'true' or 'false' (depends on whether rhs is true or false). +

+

Parameters:
+ + +
rhs - new attribute value
+
+
Returns:
success flag (call fails if attribute is empty or there is not enough memory)
+

@@ -948,7 +1104,7 @@ Get attribute value.
-


Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
-- cgit v1.2.3