#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_asw_writer (std::ostream &os) |
Make an ASW writer that writes to the given std::ostream. | |
shared_ptr< io::writer > | io::make_asw_writer (const char *filename) |
Make an ASW writer that writes to the named file. |
Definition in file asciistreamwriter.h.