Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Inheritance in XS modules?

by Elian (Parson)
on Sep 09, 2003 at 20:48 UTC ( [id://290163]=note: print w/replies, xml ) Need Help??


in reply to Inheritance in XS modules?

XS code isn't special here--the first parameter to a method done in XS will be the object, just as with pure perl methods, and perl looks at the inheritance hierarchy the same, since it doesn't care how the methods are implemented as long as @ISA (or use base) has the tree set up right. So...

What's your inheritance tree look like, how are you setting it up, what do the methods see, and what do you think they should see?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://290163]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-03-19 08:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found