DUECA/DUSIME
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dueca::smartstring::xml_string_writer Struct Reference

Helper struct to use an std::string as buffer for XML writing with pugi. More...

#include <smartstring.hxx>

Inheritance diagram for dueca::smartstring::xml_string_writer:
Inheritance graph
[legend]
Collaboration diagram for dueca::smartstring::xml_string_writer:
Collaboration graph
[legend]

Public Member Functions

 xml_string_writer (std::string &host)
 Constructor.
 
virtual void write (const void *data, size_t size)
 Write function used by pugixml.
 

Detailed Description

Helper struct to use an std::string as buffer for XML writing with pugi.

Constructor & Destructor Documentation

◆ xml_string_writer()

dueca::smartstring::xml_string_writer::xml_string_writer ( std::string & host)
inline

Constructor.

Parameters
hostString for the result

The documentation for this struct was generated from the following file: