Can I use Ice's smart pointer with my own type?

in Help Center
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?
0
Comments
Benoit.