Searched defs:scoped_ptr (Results 1 – 1 of 1) sorted by relevance
39 template<class T> class scoped_ptr // noncopyable class57 explicit scoped_ptr( T * p = 0 ): px( p ) // never throws in scoped_ptr() function in boost::scoped_ptr66 explicit scoped_ptr( std::auto_ptr<T> p ): px( p.release() ) // never throws in scoped_ptr() function in boost::scoped_ptr