Searched defs:tracking_ptr (Results 1 – 1 of 1) sorted by relevance
381 struct tracking_ptr struct384 typedef Type element_type;386 tracking_ptr() in tracking_ptr() function391 tracking_ptr(tracking_ptr<element_type> const &that) in tracking_ptr() argument397 tracking_ptr<element_type> &operator =(tracking_ptr<element_type> const &that) in operator =()424 void swap(tracking_ptr<element_type> &that) // throw() in swap()430 shared_ptr<element_type> const &get() const in get()442 operator bool() const in operator bool()449 typedef intrusive_ptr<element_type> tracking_ptr::* unspecified_bool_type;451 operator unspecified_bool_type() const in operator unspecified_bool_type()[all …]