Searched refs:refcount_ptr (Results 1 – 3 of 3) sorted by relevance
54 using boost::exception_detail::refcount_ptr; in main()57 refcount_ptr<test_type> x; in main()66 refcount_ptr<test_type> p; in main()72 refcount_ptr<test_type> q; in main()77 refcount_ptr<test_type> t(p); in main()81 refcount_ptr<test_type> n; in main()
40 refcount_ptr class44 refcount_ptr(): in refcount_ptr() function in boost::exception_detail::refcount_ptr49 ~refcount_ptr() in ~refcount_ptr()54 refcount_ptr( refcount_ptr const & x ): in refcount_ptr() function in boost::exception_detail::refcount_ptr60 refcount_ptr &61 operator=( refcount_ptr const & x ) in operator =()170 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;288 mutable exception_detail::refcount_ptr<exception_detail::error_info_container> data_;416 refcount_ptr<error_info_container> data; in copy_boost_exception()
144 refcount_ptr<error_info_container>147 refcount_ptr<error_info_container> p; in clone()