Searched defs:auto_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_memory.h174 class auto_ptr class
190 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } function in class:auto_ptr
199 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } function in class:auto_ptr
212 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { } function in class:auto_ptr
349 auto_ptr(auto_ptr_ref<element_type> __ref) throw() function in class:auto_ptr
[all...]

Completed in 58 milliseconds