cvsuser 04/02/16 14:03:05
Modified: docs/pdds pdd15_objects.pod Log: Started to rough out the internal API Revision Changes Path 1.19 +24 -1 parrot/docs/pdds/pdd15_objects.pod Index: pdd15_objects.pod =================================================================== RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v retrieving revision 1.18 retrieving revision 1.19 diff -u -w -r1.18 -r1.19 --- pdd15_objects.pod 16 Feb 2004 21:23:33 -0000 1.18 +++ pdd15_objects.pod 16 Feb 2004 22:03:05 -0000 1.19 @@ -447,7 +447,30 @@ =head2 Supporting code -Most of the supporting code is in the src/objects.c file. +Most of the supporting code is in the src/objects.c file. The +following routines are provided for PMC authors to use: + +=over 4 + +=item Parrot_single_subclass + +=item Parrot_new_class + +=item Parrot_class_lookup + +=item Parrot_class_register + +=item Parrot_instantiate_object + +=item Parrot_add_parent + +=item Parrot_remove_parent + +=item Parrot_object_isa + + + +=back =head1 What The Bytecode Sees
