Jump to content

SomExceptionFree

From EDM2
Revision as of 23:32, 10 October 2017 by Martini (talk | contribs) (Functions)

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