tcl::channel_buf Class Reference
A std::streambuf implementation that wraps a tcl channel.
More...
#include <tcl/channelbuf.h>
List of all members.
|
Public Member Functions |
| channel_buf (Tcl_Interp *interp, const char *channame, int om) |
bool | is_open () |
void | ensure_open () |
void | close () |
virtual int | underflow () |
virtual int | overflow (int c) |
virtual int | sync () |
Detailed Description
A std::streambuf implementation that wraps a tcl channel.
Definition at line 51 of file channelbuf.h.
The documentation for this class was generated from the following files: