in reply to Re^2: Automatic vivification of an object
in thread Automatic vivification of an object
I have a class that is part of an inheritance tree of classes (in the middle) that needs to have an instance of that class as a shared variable (declared using "our"). It also needs to have access to variables declared in other classes in the tree. Because of the way the inheritance is working out, I'm having difficulty finding a way to handle this without delayed initialization.
Then you are fixing the symptoms of the problem rather than the problem itself.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Automatic vivification of an object
by bounsy (Acolyte) on Jan 15, 2015 at 15:52 UTC | |
by Anonymous Monk on Jan 15, 2015 at 16:45 UTC | |
by bounsy (Acolyte) on Jan 15, 2015 at 18:48 UTC |