linux: shared memory interface - link with librt
[supercollider.git] / HelpSource / Classes / Frame.schelp
blob43c75c8904a166573c0e6e2711e225b8360daa54
1 class::Frame
2 summary:: Stack Frame
3 categories:: Core>Kernel
6 description::
7 Frames are used to contain the arguments, variables and other information for active Functions.
9 There are no instance variables or methods.
11 Since Frames are often created on the stack, it is too dangerous to allow access to them. Dangling pointers could result.
13 Frame instances are inaccessible to the user.
15 For error handling routines, the relevant information from a Frame can be transferred into a DebugFrame object which can safely be inspected.
17 code::
18         this.getBackTrace.inspect