Home
last modified time | relevance | path

Searched refs:error_info_container (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/exception/
Dinfo.hpp61 public error_info_container
124 error_info_container_impl & operator=( error_info_container const & );
144 refcount_ptr<error_info_container>
147 refcount_ptr<error_info_container> p; in clone()
166 exception_detail::error_info_container * c=x.data_.get(); in set_info()
191 exception_detail::error_info_container * c=x.data_.get(); in set()
Dexception.hpp163 error_info_container struct
170 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;
174 ~error_info_container() BOOST_NOEXCEPT_OR_NOTHROW in ~error_info_container() argument
288 mutable exception_detail::refcount_ptr<exception_detail::error_info_container> data_;
416 refcount_ptr<error_info_container> data; in copy_boost_exception()
417 if( error_info_container * d=b->data_.get() ) in copy_boost_exception()
Dget_error_info.hpp42 if( exception_detail::error_info_container * c=x.data_.get() ) in get()
Ddiagnostic_information.hpp105 error_info_container * c=x.data_.get(); in get_diagnostic_information()
/third_party/boost/libs/type_index/patched/
Dboost_exception.patch126 error_info_container