Main MRPT website > C++ reference for MRPT 1.5.6
Classes | Typedefs
Helper class to create XML files using "printf", "fprintf", "cout",... functions.

Detailed Description

Collaboration diagram for Helper class to create XML files using "printf", "fprintf", "cout",... functions.:

Classes

struct  ToXMLStringTool
 Helper class to create XML files using "printf", "fprintf", "cout",... functions. More...
 

Typedefs

typedef struct XMLDLLENTRY ToXMLStringTool ToXMLStringTool
 Helper class to create XML files using "printf", "fprintf", "cout",... functions. More...
 

Typedef Documentation

◆ ToXMLStringTool

Helper class to create XML files using "printf", "fprintf", "cout",... functions.

The ToXMLStringTool class helps you creating XML files using "printf", "fprintf", "cout",... functions. The "ToXMLStringTool" class is processing strings so that all the characters &,",',<,> are replaced by their XML equivalent:

&amp;, &quot;, &apos;, &lt;, &gt; 

Using the "ToXMLStringTool class" and the "fprintf function" is THE most efficient way to produce VERY large XML documents VERY fast.

Note
If you are creating from scratch an XML file using the provided XMLNode class you must not use the "ToXMLStringTool" class (because the "XMLNode" class does the processing job for you during rendering).



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019