NAME ^

classes/luauserdata.pmc - Lua Userdata

DESCRIPTION ^

LuaUserdata extends LuaBase to provide a class with the behaviour of the Lua Userdata type.

Overloaded Methods ^

void init()

Initializes the string.

void mark()

Marks the string as live.

PMC *clone()

Creates a copy of the string.

STRING *get_string()

STRING *name()

Return the string "userdata".

VOID set_string_native(STRING *value)

Sets the value of the string to that of the specified string.

AUTHORS ^

Francois Perrad.


parrot