SomExceptionFree: Difference between revisions
Appearance
Line 20: | Line 20: | ||
* Environment (somcorba.h) | * Environment (somcorba.h) | ||
===Functions=== | ===Functions=== | ||
* somExceptionld | * [[somExceptionld]] | ||
* somExceptionValue | * [[somExceptionValue]] | ||
* somSetException | * [[somSetException]] | ||
* somGetGlobalEnvironment | * [[somGetGlobalEnvironment]] | ||
* somdExceptionFree (DSOM function) | * somdExceptionFree (DSOM function) | ||
[[Category:SOM Kernel]] | [[Category:SOM Kernel]] |
Revision as of 19:55, 10 October 2017
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
- somExceptionld
- somExceptionValue
- somSetException
- somGetGlobalEnvironment
- somdExceptionFree (DSOM function)