NAME ^

pmc/tcllist.pmc - Tcl List

DESCRIPTION ^

These are the vtable functions for the TclList base class

Methods ^

STRING *get_string()

Returns the list as a string

void set_pmc(PMC *other)

An alias to assign_pmc to make other things happy before set_pmc is removed.

void assign_pmc(PMC *other)

Copy the contents of other to self.

METHOD get_list

Return a list version of ourself

METHOD reverse

Reverse ourselves.

This algorithm is very generic and could easily be moved back into parrot core where we'd be happy to inherit it.

*/

}

/* * Local variables: * c-file-style: "parrot" * End: * vim: expandtab shiftwidth=4: */


parrot