Tcl_SaveResult
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
KEYWORDS
___________________________
NAME
Tcl_SaveInterpState, Tcl_RestoreInterpState, Tcl_DiscardInterpState, Tcl_SaveResult, Tcl_RestoreResult, Tcl_DiscardResult − save and restore an interpreter’s state
SYNOPSIS
#include <tcl.h>
Tcl_InterpState
Tcl_SaveInterpState(interp, status)
int
Tcl_RestoreInterpState(interp, state)
Tcl_DiscardInterpState(state)
Tcl_SaveResult(interp, savedPtr)
Tcl_RestoreResult(interp, savedPtr)
Tcl_DiscardResult(savedPtr)
ARGUMENTS
Tcl_Interp *interp (in) |
Interpreter for which state should be saved. | ||
int status (in) |
Return code value to save as part of interpreter state. | ||
Tcl_InterpState state (in) |
Saved state token to be restored or discarded. | ||
Tcl_SavedResult *savedPtr (in) |
Pointer to location where interpreter result should be saved or restored. |
______________
DESCRIPTION
These routines allows a C procedure to take a snapshot of the current │ state of an interpreter so that it can be restored after a call to │ Tcl_Eval or some other routine that modifies the interpreter state. │ There are two triplets of routines meant to work together. │
The first triplet stores the snapshot of interpreter state in an opaque │ token returned by Tcl_SaveInterpState. That token value may then be │ passed back to one of Tcl_RestoreInterpState or Tcl_DiscardInterpState, │ depending on whether the interp state is to be restored. So long as │ one of the latter two routines is called, Tcl will take care of memory │ management. │
The second triplet stores the snapshot of only the interpreter result │ (not its complete state) in memory allocated by the caller. These │ routines are passed a pointer to a Tcl_SavedResult structure that is │ used to store enough information to restore the interpreter result. │ This structure can be allocated on the stack of the calling procedure. │ These routines do not save the state of any error information in the │ interpreter (e.g. the −errorcode or −errorinfo return options, when an │ error is in progress). │
Because the routines Tcl_SaveInterpState, Tcl_RestoreInterpState, and │ Tcl_DiscardInterpState perform a superset of the functions provided by │ the other routines, any new code should only make use of the more │ powerful routines. The older, weaker routines Tcl_SaveResult, │ Tcl_RestoreResult, and Tcl_DiscardResult continue to exist only for the │ sake of existing programs that may already be using them. │
Tcl_SaveInterpState takes a snapshot of those portions of interpreter │ state that make up the full result of script evaluation. This include │ the interpreter result, the return code (passed in as the status │ argument, and any return options, including −errorinfo and −errorcode │ when an error is in progress. This snapshot is returned as an opaque │ token of type Tcl_InterpState. The call to Tcl_SaveInterpState does │ not itself change the state of the interpreter. Unlike Tcl_SaveResult, │ it does not reset the interpreter. │
Tcl_RestoreInterpState accepts a Tcl_InterpState token previously │ returned by Tcl_SaveInterpState and restores the state of the interp to │ the state held in that snapshot. The return value of │ Tcl_RestoreInterpState is the status value originally passed to │ Tcl_SaveInterpState when the snapshot token was created. │
Tcl_DiscardInterpState is called to release a Tcl_InterpState token │ previously returned by Tcl_SaveInterpState when that snapshot is not to │ be restored to an interp. │
The Tcl_InterpState token returned by Tcl_SaveInterpState must │ eventually be passed to either Tcl_RestoreInterpState or │ Tcl_DiscardInterpState to avoid a memory leak. Once the │ Tcl_InterpState token is passed to one of them, the token is no longer │ valid and should not be used anymore.
Tcl_SaveResult moves the string and object results of interp into the location specified by statePtr. Tcl_SaveResult clears the result for interp and leaves the result in its normal empty initialized state.
Tcl_RestoreResult moves the string and object results from statePtr back into interp. Any result or error that was already in the interpreter will be cleared. The statePtr is left in an uninitialized state and cannot be used until another call to Tcl_SaveResult.
Tcl_DiscardResult releases the saved interpreter state stored at statePtr. The state structure is left in an uninitialized state and cannot be used until another call to Tcl_SaveResult.
Once Tcl_SaveResult is called to save the interpreter result, either Tcl_RestoreResult or Tcl_DiscardResult must be called to properly clean up the memory associated with the saved state.
KEYWORDS
result, state, interp
More Linux Commands
manpages/gnutls_x509_crt_get_version.3.html
gnutls_x509_crt_get_version(3) - API function (Man Page)....
This function will return the version of the specified Certificate. RETURNS version of certificate, or a negative error code on error. REPORTING BUGS Report bug
manpages/glCopyColorSubTable.3gl.html
glCopyColorSubTable(3gl) - respecify a portion of a color ta
glCopyColorSubTable is used to respecify a contiguous portion of a color table previously defined using glColorTable. The pixels copied from the framebuffer rep
manpages/glRasterPos3d.3gl.html
glRasterPos3d(3gl) - specify the raster position for pixel o
The GL maintains a 3D position in window coordinates. This position, called the raster position, is used to position pixel and bitmap write operations. It is ma
manpages/Tk_OwnSelection.3.html
Tk_OwnSelection(3) - make a window the owner of the primary
Tk_OwnSelection arranges for tkwin to become the new owner of the selection specified by the atom selection. After this call completes, future requests for the
manpages/XcmsQueryColors.3.html
XcmsQueryColors(3) - obtain color values - Linux man page...
The XcmsQueryColor function obtains the RGB value for the pixel value in the pixel member of the specified XcmsColor structure and then converts the value to th
manpages/systemd-shutdownd.socket.8.html
systemd-shutdownd.socket(8) Scheduled shutdown service......
systemd-shutdownd.service is a system service that implements scheduled shutdowns, as exposed by shutdown(8). systemd-shutdownd.service is automatically activat
manpages/glCopyTexImage2D.3gl.html
glCopyTexImage2D(3gl) - copy pixels into a 2D texture image
glCopyTexImage2D defines a two-dimensional texture image with pixels from the current GL_READ_BUFFER. The screen-aligned pixel rectangle with lower left corner
manpages/XvPutVideo.3.html
XvPutVideo(3) - write video into a drawable - Linux man page
XvPutVideo writes video into a drawable. The position and size of the source (video) rectangle is specified by vx, vy, vw, and vh. The position and size of the
manpages/igawk.1.html
igawk(1) - gawk with include files - Linux manual page......
Igawk is a simple shell script that adds the ability to have include files to gawk(1). AWK programs for igawk are the same as for gawk, except that, in addition
manpages/xbuild.html
xbuild
xbuild
manpages/ifstatus.8.html
ifup(8) - start a pre-configured network interface..........
ifup is used to bring up a pre-configured interface for networking. It is usually invoked by the network script at boot time or by the PCMCIA/hotplug system. It
manpages/iptables-restore.8.html
iptables-restore(8) - Restore IP Tables - Linux manual page
iptables-restore and ip6tables-restore are used to restore IP and IPv6 Tables from data specified on STDIN. Use I/O redirection provided by your shell to read f
