Searched defs:weak_ptr (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ | ||
H A D | shared_ptr.h | 40 weak_ptr(nullptr_t) {} in weak_ptr() function in final 41 weak_ptr(const shared_ptr<T>& p) : Internals::PtrCountedBase<T>(p) in weak_ptr() function in final 112 weak_ptr(const shared_ptr<U>& p) weak_ptr() function in final 118 weak_ptr(const weak_ptr<U>& p) : weak_ptr(shared_ptr<T>(p.lock())) weak_ptr() function in final [all...] |
Completed in 1 milliseconds