in reply to Re^3: Multiple Inheritance - Howto marry tie::refhash::nestable with class::singleton
in thread Multiple Inheritance - Howto marry tie::refhash::nestable with class::singleton

Totally agree with your disgust against global data structures which can be modified anywhere. The aim of my whole exercise is to encapsulate all the global data in a own class (singleton) and then to restrict the manipulation-access to the memberdata as far as possible ...
  • Comment on Re^4: Multiple Inheritance - Howto marry tie::refhash::nestable with class::singleton