#789: Make All PMCs Subclassable
-------------------------+--------------------------------------------------
 Reporter:  whiteknight  |       Owner:              
     Type:  todo         |      Status:  new         
 Priority:  normal       |   Milestone:  2.0         
Component:  none         |     Version:  1.3.0       
 Severity:  medium       |    Keywords:  pmc subclass
     Lang:               |       Patch:              
 Platform:               |  
-------------------------+--------------------------------------------------

Comment(by whiteknight):

 Here is a quick list of alternate types that appear in ATTR declarations:
 {{{
 void*
 Parrot_Interp
 struct parrot_interp_t *
 char*
 Parrot_mutex
 UINTVAL
 (various function pointers)
 Parrot_Context
 Hash *
 PIOHANDLE
 STRING**
 PMC**
 INTVAL*
 FLOATVAL*
 unsigned char*
 size_t
 PIOOFF_T
 BIGINT*
 BIGNUM*
 struct Parrot_cont *
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/789#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to