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

pugi::xml_writer_file Class Reference

Inheritance diagram for pugi::xml_writer_file:

Inheritance graph
- - - -
[legend]
Collaboration diagram for pugi::xml_writer_file:

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

Detailed Description

-xml_writer implementation for FILE* -

-

See also:
xml_writer
- -

- - - - - - - - - -

Public Member Functions

 xml_writer_file (void *file)
 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_file::xml_writer_file void *  file  ) 
-
- - - - - -
-   - - -

-Construct writer instance. -

-

Parameters:
- - -
file - this is FILE* object, void* is used to avoid header dependencies on stdio
-
-
-


Member Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - -
virtual void pugi::xml_writer_file::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