D 2014-09-15T03:34:07.092 L Tcl_Obj\sSystem P d5e8a9fdc1d1ba07ca59ee46b6d73c69964e8a7b U dgp W 945

Source Files

* portions of [/finfo?name=generic/tclObj.c|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

* [Hash Tables]

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. Z 99662bb1a49303240f96bc7b17bb1320