Searched refs:error_info_container (Results 1 – 2 of 2) sorted by relevance
157 error_info_container struct164 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;168 ~error_info_container() throw() in ~error_info_container() argument263 mutable exception_detail::refcount_ptr<exception_detail::error_info_container> data_;414 refcount_ptr<error_info_container> data; in copy_boost_exception()415 if( error_info_container * d=b->data_.get() ) in copy_boost_exception()
34 if( exception_detail::error_info_container * c=x.data_.get() ) in get()