parrotcode: NULL | |
Contents | PMCs |
classes/none.pmc - NULL
A subtype of the NULL PMC. Mostly throws exception on access, except for the implemented methods.
This class is a singleton.
void *get_pointer()
void set_pointer(void *ptr)
2004.06.24 initial by leo
|