Searched refs:file_open_error (Results 1 – 3 of 3) sorted by relevance
20 struct file_open_error: virtual boost::exception { }; struct28 throw file_open_error() << in file_open()
25 struct file_open_error: virtual file_error { }; struct35 file_open_error() << in open_file()
7537 …owing issue. Consider this throw statement example: [@throw file_open_error() (:link </st…7546 …lt;<:) file_name(fn);@] The intention here is to throw a file_open_error, however if (…8930 … <string>:)> clib_failure; struct file_open_error: virtual boost::(:link </string>8939 …st::shared_ptr<FILE>(f,fclose); else throw file_open_error() <<…9098 …<string>:) { }; struct file_error : virtual error { }; struct file_open_error: virtual fil…9107 … <string>:)( file_open_error() << boost::(:link </string>9813 …ing(); .... } else throw file_open_error() (:link </st…