⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 delete.n

📁 这是一个Linux下的集成开发环境
💻 N
字号:
'\"'\" Copyright (c) 1993-1998  Lucent Technologies, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\"'\" RCS: $Id: delete.n,v 1.1 2003/02/05 10:53:53 mdejong Exp $'\".so man.macros.TH delete n 3.0 itcl "[incr\ Tcl]".BS'\" Note:  do not modify the .SH NAME line immediately below!.SH NAMEdelete \- delete things in the interpreter.SH SYNOPSIS\fBdelete \fIoption\fR ?\fIarg arg ...\fR?.BE.SH DESCRIPTION.PPThe \fBdelete\fR command is used to delete things in the interpreter.It is implemented as an ensemble, so extensions can add their ownoptions and extend the behavior of this command.  By default, the\fBdelete\fR command handles the destruction of namespaces..PPThe \fIoption\fR argument determines what action is carried outby the command.  The legal \fIoptions\fR (which may be abbreviated)are:.TP\fBdelete class \fIname\fR ?\fIname...\fR?Deletes one or more \fB[incr\ Tcl]\fR classes called \fIname\fR.This deletes all objects in the class, and all derived classesas well..spIf an error is encountered while destructing an object, it willprevent the destruction of the class and any remaining objects.To destroy the entire class without regard for errors, use the"\fBdelete namespace\fR" command..TP\fBdelete object \fIname\fR ?\fIname...\fR?Deletes one or more \fB[incr\ Tcl]\fR objects called \fIname\fR.An object is deleted by invoking all destructors in its classhierarchy, in order from most- to least-specific.  If all destructorsare successful, data associated with the object is deleted andthe \fIname\fR is removed as a command from the interpreter..spIf the access command for an object resides in another namespace,then its qualified name can be used:.CSdelete object foo::bar::x.CEIf an error is encountered while destructing an object, the\fBdelete\fR command is aborted and the object remains alive.To destroy an object without regard for errors, use the"\fBrename\fR" command to destroy the object access command..TP\fBdelete namespace \fIname\fR ?\fIname...\fR?Deletes one or more namespaces called \fIname\fR.  This deletesall commands and variables in the namespace, and deletes allchild namespaces as well.  When a namespace is deleted, it isautomatically removed from the import lists of all other namespaces..SH KEYWORDSnamespace, proc, variable, ensemble

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -