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.html | 97 --------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 docs/html/classpugi_1_1xml__writer.html (limited to 'docs/html/classpugi_1_1xml__writer.html') diff --git a/docs/html/classpugi_1_1xml__writer.html b/docs/html/classpugi_1_1xml__writer.html deleted file mode 100644 index ca540a8..0000000 --- a/docs/html/classpugi_1_1xml__writer.html +++ /dev/null @@ -1,97 +0,0 @@ - - -pugixml: pugi::xml_writer Class Reference - - - - -
-
-
-
- -

pugi::xml_writer Class Reference

Inheritance diagram for pugi::xml_writer:

Inheritance graph
- - - - -
[legend]
List of all members.

Detailed Description

-Abstract writer class. -

-

See also:
xml_node::print
- -

- - - - - - - - - -

Public Member Functions

-virtual ~xml_writer ()
 Virtual dtor.
virtual void write (const void *data, size_t size)=0
 Write memory chunk into stream/file/whatever.
-


Member Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - -
virtual void pugi::xml_writer::write const void *  data,
size_t  size
[pure virtual]
-
- - - - - -
-   - - -

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

-

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

-Implemented in pugi::xml_writer_file, and pugi::xml_writer_stream.

-


Generated on Tue May 25 23:22:40 2010 for pugixml by  - -doxygen 1.4.6-NO
- - -- cgit v1.2.3