Searched defs:shared_ptr (Results 1 – 2 of 2) sorted by relevance
461 class shared_ptr; variable976 shared_ptr() in shared_ptr() function981 shared_ptr(_Tp1* __p) in shared_ptr() function985 shared_ptr(_Tp1* __p, _Deleter __d) in shared_ptr() function989 shared_ptr(const shared_ptr<_Tp1>& __r) in shared_ptr() function994 shared_ptr(const weak_ptr<_Tp1>& __r) in shared_ptr() function999 shared_ptr(std::auto_ptr<_Tp1>& __r) in shared_ptr() function1003 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) in shared_ptr() function1007 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) in shared_ptr() function1011 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) in shared_ptr() function
117 typedef std::shared_ptr<Archive> shared_ptr; typedef