Jump to content

SomExceptionFree: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:somExceptionFree}}
{{DISPLAYTITLE:somExceptionFree}}
This function frees the memory held by the exception structure within an Environment structure.  
This function frees the memory held by the exception structure within an Environment structure.
 
==Syntax==
==Syntax==
<PRE>
Environment    *env;
Environment    *env;
somExceptionFree(env);
somExceptionFree(env);
</PRE>


==Parameters==
==Parameters==
; env (Environment *) : A pointer to the Environment whose exception information is to be freed.  
;env (Environment *): A pointer to the Environment whose exception information is to be freed.
 
==Return Code==
==Return Code==


==Remarks==
==Remarks==
This function frees the memory held by the exception structure within an Environment structure.  
This function frees the memory held by the exception structure within an Environment structure.


==Example Code==
==Example Code==
Line 18: Line 18:


==Related==
==Related==
Data Structures  
;Data Structures
* Environment (somcorba.h)  
* Environment (somcorba.h)
===Functions===
;Functions
* [[somExceptionId]]
*[[somExceptionId]]
* [[somExceptionValue]]  
*[[somExceptionValue]]
* [[somSetException]]
*[[somSetException]]
* [[somGetGlobalEnvironment]]
*[[somGetGlobalEnvironment]]
* somdExceptionFree (DSOM function)  
*somdExceptionFree (DSOM function)
 


[[Category:SOM Kernel]]
[[Category:SOM function]]

Latest revision as of 04:25, 6 May 2020

This function frees the memory held by the exception structure within an Environment structure.

Syntax

Environment     *env;
somExceptionFree(env);

Parameters

env (Environment *)
A pointer to the Environment whose exception information is to be freed.

Return Code

Remarks

This function frees the memory held by the exception structure within an Environment structure.

Example Code

See function somSetException.

Related

Data Structures
  • Environment (somcorba.h)
Functions