Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Artifact ID: | 129d771c04d1759821d2200b994b692d77263b77 |
|---|---|
| Page Name: | Tcl_Obj System |
| Date: | 2014-09-15 03:34:07 |
| Original User: | dgp |
| Parent: | d5e8a9fdc1d1ba07ca59ee46b6d73c69964e8a7b (diff) |
| Next | b474a1501ed65839625d99a6ac0356820211b439 |
Content
Source Files
- portions of tclObj.c
Public Routines
- Tcl_NewObj
- Tcl_DbNewObj
- TclFreeObj
- Tcl_DuplicateObj
- Tcl_GetString
- Tcl_GetStringFromObj
- Tcl_InvalidateStringRep
- Tcl_DbIncrRefCount
- Tcl_DbDecrRefCount
- Tcl_DbIsShared
- Tcl_InitObjHashTable
Private Routines
- TclObjBeingDeleted
- TclSetDuplicateObj
- TclCompareObjKeys
- TclFreeObjEntry
- TclHashObjKey
- Tcl_RepresentationCmd
- TclFreeIntRep
Directly Depends On Public Routines From
Directly Depends On Private Routines From
- None
Discussion
If extensions need TclObjBeingDeleted then it should be public. Otherwise it should be file static.
TclFreeIntRep should be public. There should be no direct calling of another object type's procs.