From 81ef99a27b3ff96ee664ca58054b3b671b97be17 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 5 Jan 2009 22:34:32 +0000 Subject: Regenerated documentation git-svn-id: http://pugixml.googlecode.com/svn/trunk@100 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__writer__stream.html | 134 ++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 docs/html/classpugi_1_1xml__writer__stream.html (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 new file mode 100644 index 0000000..b3cfffc --- /dev/null +++ b/docs/html/classpugi_1_1xml__writer__stream.html @@ -0,0 +1,134 @@ + + +pugixml: pugi::xml_writer_stream Class Reference + + + + +
+
+
+
+ +

pugi::xml_writer_stream Class Reference

Inheritance diagram for pugi::xml_writer_stream:

Inheritance graph
+ + + +
[legend]
Collaboration diagram for pugi::xml_writer_stream:

Collaboration graph
+ + + +
[legend]
List of all members.

Detailed Description

+xml_writer implementation for streams +

+

See also:
xml_writer
+ +

+ + + + + + + + + +

Public Member Functions

 xml_writer_stream (std::ostream &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::ostream &  stream  ) 
+
+ + + + + +
+   + + +

+Construct writer instance. +

+

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


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
virtual void pugi::xml_writer_stream::write const void *  data,
size_t  size
[virtual]
+
+ + + + + +
+   + + +

+Write memory chunk into stream/file/whatever. +

+

Parameters:
+ + + +
data - data pointer
size - data size
+
+ +

+Implements pugi::xml_writer.

+


Generated on Tue Jan 6 01:30:47 2009 for pugixml by  + +doxygen 1.4.6-NO
+ + -- cgit v1.2.3