cvs commit: ponie/src/pmc perl5pvav.pmc perl5pvbm.pmc perl5pvcv.pmc perl5pvfm.pmc perl5pvgv.pmc perl5pvhv.pmc perl5pvio.pmc perl5pviv.pmc perl5pvlv.pmc perl5pvmg.pmc perl5pvnv.pmc
[email protected] (Nicholas Clark) 27 Apr 2005 14:32:22 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/04/27 07:32:22
Added: src/pmc perl5pvav.pmc perl5pvbm.pmc perl5pvcv.pmc
perl5pvfm.pmc perl5pvgv.pmc perl5pvhv.pmc
perl5pvio.pmc perl5pviv.pmc perl5pvlv.pmc
perl5pvmg.pmc perl5pvnv.pmc
Log:
Map out the real Perl 5 type inheritance in the pmc classes
Revision Changes Path
1.1 ponie/src/pmc/perl5pvav.pmc
Index: perl5pvav.pmc
===================================================================
/* Perl5PVAV.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvav.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVAV class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVAV extends Perl5PVMG dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pvbm.pmc
Index: perl5pvbm.pmc
===================================================================
/* Perl5PVBM.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvbm.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVBM class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVBM extends Perl5PVMG dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pvcv.pmc
Index: perl5pvcv.pmc
===================================================================
/* Perl5PVCV.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvcv.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVCV class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVCV extends Perl5PVMG dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pvfm.pmc
Index: perl5pvfm.pmc
===================================================================
/* Perl5PVFM.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvfm.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVFM class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVFM extends Perl5PVCV dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pvgv.pmc
Index: perl5pvgv.pmc
===================================================================
/* Perl5PVGV.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvgv.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVGV class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVGV extends Perl5PVMG dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pvhv.pmc
Index: perl5pvhv.pmc
===================================================================
/* Perl5PVHV.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvhv.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVHV class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVHV extends Perl5PVMG dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pvio.pmc
Index: perl5pvio.pmc
===================================================================
/* Perl5PVIO.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvio.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVIO class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVIO extends Perl5PVMG dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pviv.pmc
Index: perl5pviv.pmc
===================================================================
/* Perl5PVIV.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pviv.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVIV class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVIV extends Perl5PV extends Perl5IV dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pvlv.pmc
Index: perl5pvlv.pmc
===================================================================
/* Perl5PVLV.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvlv.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVLV class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVLV extends Perl5PVGV dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pvmg.pmc
Index: perl5pvmg.pmc
===================================================================
/* Perl5PVMG.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvmg.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVMG class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVMG extends Perl5PVNV dynpmc group Perl5_group {
}
1.1 ponie/src/pmc/perl5pvnv.pmc
Index: perl5pvnv.pmc
===================================================================
/* Perl5PVNV.pmc -*- c -*-
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
* CVS Info
* $Id: perl5pvnv.pmc,v 1.1 2005/04/27 14:32:22 nicholas Exp $
* Overview:
* These are the vtable functions for the Perl5PVNV class
* Data Structure and Algorithms:
* History:
* Notes:
* References:
*/
pmclass Perl5PVNV extends Perl5PVIV extends Perl5NV dynpmc group Perl5_group {
}