Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re^4: Class::InsideOut - yet another riff on inside out objects.

by John M. Dlugosz (Monsignor)
on Dec 19, 2002 at 19:55 UTC ( [id://221229]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Class::InsideOut - yet another riff on inside out objects.
in thread Class::InsideOut - yet another riff on inside out objects.

Hmm, if the instance held a list of all valid attributes, then you would not need to search all attributes for all classes.

Replies are listed 'Best First'.
Re^6: Class::InsideOut - yet another riff on inside out objects.
by adrianh (Chancellor) on Dec 19, 2002 at 20:35 UTC

    True, but this list is impossible to determine at compile time since you can change an objects class with bless at any time.

    In theory you could replace bless with a custom version that tracked the object through it's class changes - but this is really just an optimisation - and it's a little early in the day for that :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-29 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found