#include "tcl/channelbuf.h"#include "rutz/error.h"#include "rutz/fstring.h"#include "rutz/sfmt.h"#include "rutz/shared_ptr.h"#include "rutz/trace.h"

Go to the source code of this file.
Functions | |
| shared_ptr< std::ostream > | tcl::ochanopen (Tcl_Interp *interp, const char *channame, std::ios::openmode flags) |
| shared_ptr< std::istream > | tcl::ichanopen (Tcl_Interp *interp, const char *channame, std::ios::openmode flags) |
Definition in file channelbuf.cc.