#include "io/asciistreamreader.h"#include "io/io.h"#include "io/reader.h"#include "io/readattribmap.h"#include "io/readobjectmap.h"#include "nub/ref.h"#include "rutz/cstrstream.h"#include "rutz/error.h"#include "rutz/fstring.h"#include "rutz/gzstreambuf.h"#include "rutz/sfmt.h"#include "rutz/shared_ptr.h"#include "rutz/value.h"#include <istream>#include <vector>#include "rutz/trace.h"#include "rutz/debug.h"

Go to the source code of this file.
Functions | |
| shared_ptr< io::reader > | io::make_asw_reader (std::istream &os) |
| Make an ASW reader that reads from the given std::ostream. | |
| shared_ptr< io::reader > | io::make_asw_reader (const char *filename) |
| Make an ASW reader that reads from the named file. | |
Definition in file asciistreamreader.cc.