Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum
Timestamp:
Aug 21, 2010, 4:54:29 PM (14 years ago)
Author:
landauf
Message:

Changed implementation of SharedPtr, it's now non-intrusive and uses an allocated counter instead. Hence it's possible to create an instance of SharedPtr<T> even if T is only known from a forward declaration. Also changed some parts of the code to reflect the inheritance of the underlying object pointers without using inheritance in the SharedPtr itself.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.