This should be trivial but I can\'t seem to find it (unless no such class exists!)
What\'s the STL class (or set of classes) for smart pointers?
UPDATE>
Time marches on, in C++11:
std::shared_ptr std::weak_ptr
etc.