Searched defs:not_found_error (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions.hpp43 class not_found_error : class in namespace:atf
49 not_found_error(const std::string& message, const T& value) throw();
51 virtual ~not_found_error(void) throw();
58 not_found_error< T >::not_found_error(const std::string& message, function in class:atf::not_found_error
68 not_found_error< T >::~not_found_error(void)
76 not_found_error< T >::get_value(void)

Completed in 1191 milliseconds