[//000000001]: # (tcl::chan::std \- Reflected/virtual channel support) [//000000002]: # (Generated from file 'std\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2011 Andreas Kupries ) [//000000004]: # (tcl::chan::std\(n\) 1 tcllib "Reflected/virtual channel support")
[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]
# NAME tcl::chan::std \- Standard I/O, unification of stdin and stdout # Table Of Contents - [Table Of Contents](#toc) - [Synopsis](#synopsis) - [Description](#section1) - [API](#section2) - [Bugs, Ideas, Feedback](#section3) - [Keywords](#keywords) - [Category](#category) - [Copyright](#copyright) # SYNOPSIS package require Tcl 8\.5 package require TclOO package require tcl::chan::core ?1? package require tcl::chan::std ?1? [__::tcl::chan::std__](#1) # DESCRIPTION The __tcl::chan::std__ package provides a command creating a standard channel which unifies stdin and stdout into a single read\- and writable channel\. The result is not seek\-able, like the original standard channels\. The internal __[TclOO](\.\./\.\./\.\./\.\./index\.md\#tcloo)__ class implementing the channel handler is a sub\-class of the __[tcl::chan::core](\.\./virtchannel\_core/core\.md)__ framework\. # API - __::tcl::chan::std__ This command creates the std channel and returns its handle\. The channel is created only once, on the first call, and all future calls simply return this handle\. # Bugs, Ideas, Feedback This document, and the package it describes, will undoubtedly contain bugs and other problems\. Please report such in the category *virtchannel* of the [Tcllib Trackers](http://core\.tcl\.tk/tcllib/reportlist)\. Please also report any ideas for enhancements you may have for either package and/or documentation\. When proposing code changes, please provide *unified diffs*, i\.e the output of __diff \-u__\. Note further that *attachments* are strongly preferred over inlined patches\. Attachments can be made by going to the __Edit__ form of the ticket immediately after its creation, and then using the left\-most button in the secondary navigation bar\. # KEYWORDS [reflected channel](\.\./\.\./\.\./\.\./index\.md\#reflected\_channel), [standard io](\.\./\.\./\.\./\.\./index\.md\#standard\_io), [stdin](\.\./\.\./\.\./\.\./index\.md\#stdin), [stdout](\.\./\.\./\.\./\.\./index\.md\#stdout), [tip 219](\.\./\.\./\.\./\.\./index\.md\#tip\_219), [virtual channel](\.\./\.\./\.\./\.\./index\.md\#virtual\_channel) # CATEGORY Channels # COPYRIGHT Copyright © 2011 Andreas Kupries