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:
tclObjectValue
+ valueWithStringValue:
stringValue




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
  (NSString *)stringValue

Returns the object's string value.




tclObjectValue:

  (Tcl_Obj *)tclObjectValue

Returns the object's Tcl_Obj* value.




###