ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | Private Attributes | List of all members
pugi::xml_writer_file Class Reference

#include <pugixml.hpp>

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

Public Member Functions

 xml_writer_file (void *file)
 
virtual void write (const void *data, size_t size)
 
- Public Member Functions inherited from pugi::xml_writer
virtual ~xml_writer ()
 

Private Attributes

void * file
 

Detailed Description

Definition at line 266 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xml_writer_file()

PUGI__FN pugi::xml_writer_file::xml_writer_file ( void *  file)

Definition at line 4276 of file pugixml.cpp.

Member Function Documentation

◆ write()

PUGI__FN void pugi::xml_writer_file::write ( const void *  data,
size_t  size 
)
virtual

Implements pugi::xml_writer.

Definition at line 4278 of file pugixml.cpp.

References file.

Member Data Documentation

◆ file

void* pugi::xml_writer_file::file
private

Definition at line 275 of file pugixml.hpp.

Referenced by write().


The documentation for this class was generated from the following files: