Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/exception/
H A Dexception.hpp162 error_info_container struct
169 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;
173 ~error_info_container() throw() in ~error_info_container() argument
291 mutable exception_detail::refcount_ptr<exception_detail::error_info_container> data_;
442 refcount_ptr<error_info_container> data; in copy_boost_exception()
443 if( error_info_container * d=b->data_.get() ) in copy_boost_exception()