From 26ab424b0302f73704c58b3b6deb62a85bfacba8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 11 Jul 2010 15:29:31 +0000 Subject: docs: Removed old documents git-svn-id: http://pugixml.googlecode.com/svn/trunk@592 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__writer__stream.html | 173 ------------------------ 1 file changed, 173 deletions(-) delete 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 deleted file mode 100644 index b494c84..0000000 --- a/docs/html/classpugi_1_1xml__writer__stream.html +++ /dev/null @@ -1,173 +0,0 @@ - - -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::basic_ostream< char, std::char_traits< char > > &stream)
 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
-
-
-

- - - - -
- - - - - - - - - -
pugi::xml_writer_stream::xml_writer_stream std::basic_ostream< wchar_t, std::char_traits< wchar_t > > &  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 May 25 23:22:40 2010 for pugixml by  - -doxygen 1.4.6-NO
- - -- cgit v1.2.3