Home | History | Annotate | Download | only in include

Lines Matching full:system_error

0 // <system_error> -*- C++ -*-
25 /** @file system_error
48 class system_error;
314 class system_error : public std::runtime_error
320 system_error(error_code __ec = error_code())
323 system_error(error_code __ec, const string& __what)
329 * system_error(error_code __ec, const char* __what)
332 * system_error(int __v, const error_category& __ecat, const char* __what)
336 system_error(int __v, const error_category& __ecat)
339 system_error(int __v, const error_category& __ecat, const string& __what)
342 virtual ~system_error() throw();