Next: libopts-optionVersion, Previous: libopts-optionSaveState, Up: libopts procedures [Contents][Index]
Deallocate the memory for a nested value
Usage:
optionUnloadNested( pOptVal );
Where the arguments are:
| Name | Type | Description | |
| —– | —– | ————- | |
| pOptVal | tOptionValue const * | the hierarchical value |
A nested value needs to be deallocated. The pointer passed in should
have been gotten from a call to configFileLoad() (See
see libopts-configFileLoad).