Commit Graph

7 Commits

Author SHA1 Message Date
Sylvain Pion dd7a95a643 - Handle_for memory leak fixed : initialize_with() now assigns instead of
constructing, so that it works correctly after Handle_for has been default
  constructed.  There's a new way of constructing a Handle_for :
  Handle_for(TO_BE_USED_ONLY_WITH_CONSTRUCT_WITH) followed by
  construct_with(), which is supposed to produce more efficient code.
  Simple_handle_for also accepts it.
2002-08-12 20:14:15 +00:00
Sylvain Pion f5bcaab193 - [Simple_]Handle_for new ptr access : const/non-const Ptr/ptr. 2001-11-23 14:20:49 +00:00
Sylvain Pion 2d42164092 - New Handle_for_virtual<> and Ref_counted_virtual.
- Ref_counted is not required anymore.
- Remove all Simple_* rep classes as deriving from Ref_counted is not
  necessary anymore.
- basic.h cleanup.
2001-10-24 14:18:06 +00:00
Sylvain Pion 5b5d61bf80 - Handle_for<> should work for virtual hierarchies now. 2001-10-05 14:09:02 +00:00
Sylvain Pion 9f6dbfbbf6 - [Simple_]Handle_for<> protection cleanup, non-const Ptr() added. 2001-10-03 13:05:26 +00:00
Sylvain Pion c79b1e42c4 - Fixes for SunPro. 2001-09-12 11:15:17 +00:00
Sylvain Pion 44570ef96a - Simple Handle mecanism. 2001-01-12 12:24:11 +00:00