Next Previous Contents

50. SLang_pop_mmt

Synopsis

Pop a memory managed data type

Usage

SLang_MMT_Type *SLang_pop_mmt (unsigned char t)

Description

The SLang_pop_mmt function may be used to pop a memory managed type of type t from the stack. It returns a pointer to the memory managed object upon success, or NULL upon failure. The function SLang_object_from_mmt should be used to access the actual pointer to the data type.

See Also

SLang_object_from_mmt, SLang_push_mmt


Next Previous Contents