Uses of Class
tcl.lang.StrtoulResult

Packages that use StrtoulResult
tcl.lang   
 

Uses of StrtoulResult in tcl.lang
 

Fields in tcl.lang declared as StrtoulResult
 StrtoulResult Interp.strtoulResult
          Used by callers of Util.strtoul(), also used in FormatCmd.strtoul().
 

Methods in tcl.lang with parameters of type StrtoulResult
static void Util.strtoul(String s, int start, int base, StrtoulResult strtoulResult)
          Implements functionality of the strtoul() function used in the C Tcl library.
 



Copyright © 2015. All rights reserved.