OpenFPGA/libs/EXTERNAL/tcl8.6.12/pkgs/itcl4.2.2/doc/Object.3

39 lines
871 B
Groff
Raw Normal View History

2022-06-07 11:15:20 -05:00
'\"
'\" 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.
'\"
.TH Itcl_CreateObject 3 3.0 itcl "[incr\ Tcl] Library Procedures"
.so man.macros
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
Itcl_CreateObject, Itcl_DeleteObject, Itcl_FindObject, Itcl_IsObject, Itcl_IsObjectIsa \- Manipulate an class instance.
.SH SYNOPSIS
.nf
\fB#include <itclInt.h>\fR
void
\fBItcl_PreserveData\fR(\fIcdata\fR)
void
\fBItcl_ReleaseData\fR(\fIcdata\fR)
void
\fBItcl_EventuallyFree\fR(\fIcdata, fproc\fR)
.fi
.SH ARGUMENTS
.AP Tcl_FreeProc *fproc in
Address of function to call when the block is to be freed.
.AP ClientData clientData in
Arbitrary one-word value.
.BE
.SH DESCRIPTION
.PP
.SH KEYWORDS
free, memory