Function CDM_ActiveInterpreterResultEmpty


Definition:#include <CDM.h>
Prototype:int CDM_ActiveInterpreterResultEmpty(void);
Arguments:

: ()

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function will check whether the current active Tcl interpreter (CDM_Interp) holds the empty object as its value. In such a case, 1 (true) will be returned. If the interpreter does not has the empty object as its value, 0 (false) will be returned.

Return Value:

This function will return 1 (true) if the current active Tcl interpreter (CDM_Interp) has the empty ovject as its value, 0 (false) otherwise. In case the current active Tcl interpreter (CDM_Interp) is not a valid interpreter, 0 will be returned as well.

See Also:

CDM_SetActiveInterpreter, CDM_Interp, CDM_FirstAnnotationContaining


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.