Next Previous Contents

47. SLang_object_from_mmt

Synopsis

Get a pointer to the value of a memory managed type

Usage

VOID_STAR SLang_object_from_mmt (SLang_MMT_Type *mmt)

Description

The SLang_object_from_mmt function returns a pointer the the actually object whose memory is being managed by the interpreter.

See Also

SLang_free_mmt, SLang_create_mmt


Next Previous Contents