Destructor

SS_PERS_DEST is a macro defined in sspers.h.

Synopsis:

SS_PERS_DEST(_pers_)

Description: This is simply a convenience function for ss_pers_dest so that the caller doesn’t have to cast the argument and return value. The underlying object is not destroyed–only the link to that object.

Return Value: Always returns null so it can be easily assigned to the object link being destroyed.

Example: .. _SC_SS_PERS_DEST:

1
 field = SS_OBJ_DEST(field);

See Also: