View Single Post
  #1 (permalink)  
Old 06-27-2005
timeguest timeguest is offline
Registered User
 
 
Join Date: Oct 2004
Posts: 16
Can I use Ice's smart pointer with my own type?

Ice has a cool smart pointer implementation, with which we needn't care about memory allocation and deallocation any more. My problem is, can I use Ice's smart pointer with my own class which doesn't necessarily inherit from Ice::Object?
Reply With Quote