Library of Assembled Shared Sources
lass::io::XmlOElement Class Reference

Starts a element in a XmlStream you can write to, and that will be closed automatically. More...

#include <xml_o_element.h>

Inheritance diagram for lass::io::XmlOElement:
Collaboration diagram for lass::io::XmlOElement:

Detailed Description

Starts a element in a XmlStream you can write to, and that will be closed automatically.

XmlOFile file("foo.xml", "root");
{
XmlOElement element(file, "element");
element << "inside element";
}
file << "outside element";
Output stream for writing a selection of geometric primitives to XML files.
Definition xml_o_file.h:104

Definition at line 75 of file xml_o_element.h.


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