Home
last modified time | relevance | path

Searched defs:tracking_ptr (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/xpressive/detail/utility/
Dtracking_ptr.hpp381 struct tracking_ptr struct
384 typedef Type element_type;
386 tracking_ptr() in tracking_ptr() function
391 tracking_ptr(tracking_ptr<element_type> const &that) in tracking_ptr() argument
397 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 …]