NAME ^

classes/nci.pmc - Python Native Call Interface Functions

DESCRIPTION ^

Extends Parrot's NCI to include attributes, implemented as properties.

Methods ^

PMC *get_attr_str(STRING *name)

Return attribute named name.

void *invoke(void *next)

Calls the associated C function, returning *next.

XXX Due to different calling schemes (object in P2 vs P5) the inherited NCI.invoke() can't be used. --leo

SEE ALSO ^

docs/pdds/pdd03_calling_conventions.pod.

HISTORY ^

Initial revision by sean 2002/08/04.


parrot