Joy Online Manual

NAME
objc:loadTypedefs - Load typedef definitions from a file

SYNOPSIS

objc:loadTypedefs fileName

DESCRIPTION
Loads a whole file containing typedef definitions. Normally, you should not need that command since Joy looks for the file typedefs.$tcl_platform(os).$tcl_platform(osVersion).$tcl_platform(machine) in all the auto_path directories during initialization, and loads that file automatically if found. In its default configuration this file contains at least all the typedefs from the header files ansi.h, libc.h, AppKit.hFoundation.h, itkTcl.h, and itkObjC.h.

The typedef file is an ASCII file containing one type definition per line. Each line starts with the name of the type followed by a space, a "!" character and the encoded type definition.

SEE ALSO

objc:decode
objc:encode
objc:expandType
objc:info
objc:typedef

KEYWORDS
type

Index