Lines Matching refs:auto_ptr
21 #include <memory> // auto_ptr234 // Boost scoped_ptr, if available, could be used instead of std::auto_ptr.235 std::auto_ptr<const BlockHash> dh_; // hash table is populated at startup236 std::auto_ptr<BlockHash> th_; // hash table not populated;