SomExceptionFree: Difference between revisions
Appearance
mNo edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
This function frees the memory held by the exception structure within an Environment structure. | {{DISPLAYTITLE:somExceptionFree}} | ||
This function frees the memory held by the exception structure within an Environment structure. | |||
==Syntax== | ==Syntax== | ||
Environment *env; | |||
Environment *env; | somExceptionFree(env); | ||
somExceptionFree(env); | |||
==Parameters== | ==Parameters== | ||
; env (Environment *) | ;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 17: | Line 18: | ||
==Related== | ==Related== | ||
Data Structures | ;Data Structures | ||
* Environment (somcorba.h) | * Environment (somcorba.h) | ||
;Functions | |||
* [[somExceptionId]] | *[[somExceptionId]] | ||
* [[somExceptionValue]] | *[[somExceptionValue]] | ||
* [[somSetException]] | *[[somSetException]] | ||
* [[somGetGlobalEnvironment]] | *[[somGetGlobalEnvironment]] | ||
* somdExceptionFree (DSOM function) | *somdExceptionFree (DSOM function) | ||
[[Category:SOM | [[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
- somExceptionId
- somExceptionValue
- somSetException
- somGetGlobalEnvironment
- somdExceptionFree (DSOM function)