Tcl_ChannelType Struct Reference

#include <tcl.h>


Data Fields

char * typeName
Tcl_ChannelTypeVersion version
Tcl_DriverCloseProc * closeProc
Tcl_DriverInputProc * inputProc
Tcl_DriverOutputProc * outputProc
Tcl_DriverSeekProc * seekProc
Tcl_DriverSetOptionProc * setOptionProc
Tcl_DriverGetOptionProc * getOptionProc
Tcl_DriverWatchProc * watchProc
Tcl_DriverGetHandleProc * getHandleProc
Tcl_DriverClose2Proc * close2Proc
Tcl_DriverBlockModeProc * blockModeProc
Tcl_DriverFlushProc * flushProc
Tcl_DriverHandlerProc * handlerProc
Tcl_DriverWideSeekProc * wideSeekProc
Tcl_DriverThreadActionProc * threadActionProc
Tcl_DriverTruncateProc * truncateProc


Detailed Description

Definition at line 1450 of file tcl.h.


Field Documentation

Definition at line 1451 of file tcl.h.

Referenced by Tcl_ChannelName(), and Tcl_GetOpenFile().

Tcl_DriverCloseProc* Tcl_ChannelType::closeProc

Definition at line 1456 of file tcl.h.

Referenced by Tcl_ChannelCloseProc(), Tcl_Close(), and Tcl_UnstackChannel().

Tcl_DriverInputProc* Tcl_ChannelType::inputProc

Definition at line 1460 of file tcl.h.

Referenced by Tcl_ChannelInputProc().

Tcl_DriverOutputProc* Tcl_ChannelType::outputProc

Definition at line 1462 of file tcl.h.

Referenced by Tcl_ChannelOutputProc(), and Tcl_WriteRaw().

Tcl_DriverSeekProc* Tcl_ChannelType::seekProc

Definition at line 1464 of file tcl.h.

Referenced by Tcl_ChannelSeekProc(), Tcl_Seek(), Tcl_Tell(), and TclChanCreateObjCmd().

Tcl_DriverSetOptionProc* Tcl_ChannelType::setOptionProc

Definition at line 1467 of file tcl.h.

Referenced by Tcl_ChannelSetOptionProc(), Tcl_SetChannelOption(), and TclChanCreateObjCmd().

Tcl_DriverGetOptionProc* Tcl_ChannelType::getOptionProc

Definition at line 1469 of file tcl.h.

Referenced by Tcl_ChannelGetOptionProc(), Tcl_GetChannelOption(), and TclChanCreateObjCmd().

Tcl_DriverWatchProc* Tcl_ChannelType::watchProc

Definition at line 1471 of file tcl.h.

Referenced by Tcl_ChannelWatchProc(), and TclChanPostEventObjCmd().

Tcl_DriverGetHandleProc* Tcl_ChannelType::getHandleProc

Definition at line 1474 of file tcl.h.

Referenced by Tcl_ChannelGetHandleProc(), and Tcl_GetChannelHandle().

Tcl_DriverClose2Proc* Tcl_ChannelType::close2Proc

Definition at line 1477 of file tcl.h.

Referenced by Tcl_ChannelClose2Proc(), Tcl_Close(), and Tcl_UnstackChannel().

Tcl_DriverBlockModeProc* Tcl_ChannelType::blockModeProc

Definition at line 1481 of file tcl.h.

Referenced by Tcl_ChannelBlockModeProc(), and TclChanCreateObjCmd().

Tcl_DriverFlushProc* Tcl_ChannelType::flushProc

Definition at line 1487 of file tcl.h.

Referenced by Tcl_ChannelFlushProc().

Tcl_DriverHandlerProc* Tcl_ChannelType::handlerProc

Definition at line 1490 of file tcl.h.

Referenced by Tcl_ChannelHandlerProc().

Tcl_DriverWideSeekProc* Tcl_ChannelType::wideSeekProc

Definition at line 1497 of file tcl.h.

Referenced by Tcl_ChannelWideSeekProc(), Tcl_Seek(), Tcl_Tell(), and TclChanCreateObjCmd().

Tcl_DriverThreadActionProc* Tcl_ChannelType::threadActionProc

Definition at line 1506 of file tcl.h.

Referenced by Tcl_ChannelThreadActionProc().

Tcl_DriverTruncateProc* Tcl_ChannelType::truncateProc

Definition at line 1515 of file tcl.h.

Referenced by Tcl_ChannelTruncateProc().


The documentation for this struct was generated from the following file:
  • /home/ntakagi/work/tcl8.5.1/generic/tcl.h



Generated on Wed Mar 12 12:18:43 2008 by  doxygen 1.5.1