From 75a0d2379aee05e59f0829b04240b9307469e727 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 25 May 2010 19:24:32 +0000 Subject: Updated version, updated changelog, minor Doxygen fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@449 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__writer__stream.html | 48 ++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 5 deletions(-) (limited to 'docs/html/classpugi_1_1xml__writer__stream.html') diff --git a/docs/html/classpugi_1_1xml__writer__stream.html b/docs/html/classpugi_1_1xml__writer__stream.html index d644090..b494c84 100644 --- a/docs/html/classpugi_1_1xml__writer__stream.html +++ b/docs/html/classpugi_1_1xml__writer__stream.html @@ -37,15 +37,53 @@ - + - + + + +

Public Member Functions

 xml_writer_stream (std::ostream &stream)
 xml_writer_stream (std::basic_ostream< char, std::char_traits< char > > &stream)
 Construct writer instance.
 Construct writer instance.
 xml_writer_stream (std::basic_ostream< wchar_t, std::char_traits< wchar_t > > &stream)
 Construct writer instance.
virtual void write (const void *data, size_t size)
 Write memory chunk into stream/file/whatever.

Constructor & Destructor Documentation

-

+

+ + + + +
+ + + + + + + + + +
pugi::xml_writer_stream::xml_writer_stream std::basic_ostream< char, std::char_traits< char > > &  stream  ) 
+
+ + + + + +
+   + + +

+Construct writer instance. +

+

Parameters:
+ + +
stream - output stream object
+
+
+

- + @@ -128,7 +166,7 @@ Write memory chunk into stream/file/whatever. Implements pugi::xml_writer.
@@ -53,7 +91,7 @@
pugi::xml_writer_stream::xml_writer_stream std::ostream & std::basic_ostream< wchar_t, std::char_traits< wchar_t > > &  stream  ) 
-


Generated on Tue Jan 5 20:02:11 2010 for pugixml by  +
Generated on Tue May 25 23:22:40 2010 for pugixml by  doxygen 1.4.6-NO
-- cgit v1.2.3