#include <iostream>
#include <ostream>
#include <streambuf>
#include <tcl.h>
Go to the source code of this file.
Namespaces | |
namespace | rutz |
namespace | tcl |
Classes | |
class | tcl::channel_buf |
A std::streambuf implementation that wraps a tcl channel. More... | |
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.h.