NAME ^

classes/none.pmc - NULL

DESCRIPTION ^

A subtype of the NULL PMC. Mostly throws exception on access, except for the implemented methods.

This class is a singleton.

Methods ^

void *get_pointer()

void set_pointer(void *ptr)

These two functions are part of the singleton creation interface. For more information see src/pmc.c.

HISTORY ^

2004.06.24 initial by leo


parrot