Release 5. Copyright ©1994-1998 by TipTop Software, Inc. All Rights Reserved.
TTTclValue |
Inherits From: | TTInterpValue | |
Conforms To: | TTInterpValueProtocol | |
Declared In: | <ObjTcl/TTTclObject.h> |
Class Description
TTTclObject objects represent Tcl_Obj* objects. |
Method Types
+ valueWithTclObjectValue:![]() + valueWithStringValue: ![]() |
Class Methods
valueWithStringValue: |
+ valueWithStringValue:(NSString *)string |
Creates an autoreleased TTTclObject which with string value string.
valueWithTclObjectValue: |
+ valueWithTclObjectValue:(Tcl_Obj *)tcl |
Creates an autoreleased TTTclObject which wraps Tcl_Obj* tcl. |
Instance Methods
stringValue |
![]() |
Returns the object's string value.
tclObjectValue: |
![]() |
Returns the object's Tcl_Obj* value. |
###