#include "rutz/shared_ptr.h"
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | io |
Functions | |
shared_ptr< io::writer > | io::make_xml_writer (std::ostream &os) |
Make an XML writer that writes to std::ostream . | |
shared_ptr< io::writer > | io::make_xml_writer (const char *filename) |
Make an XML writer that writes to the file named filename. |
Definition in file xmlwriter.h.