istream_fwd.hpp
Go to the documentation of this file.
00001 /* 00002 Copyright 2005-2007 Adobe Systems Incorporated 00003 Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt 00004 or a copy at http://stlab.adobe.com/licenses.html) 00005 */ 00006 00007 /*************************************************************************************************/ 00008 00009 #ifndef ADOBE_ISTREAM_FWD_HPP 00010 #define ADOBE_ISTREAM_FWD_HPP 00011 00012 #include <adobe/config.hpp> 00013 00014 #include <ios> 00015 00016 /*************************************************************************************************/ 00017 00018 namespace adobe { 00019 00020 /*************************************************************************************************/ 00021 00022 struct line_position_t; 00023 00024 class stream_error_t; 00025 00026 std::string format_stream_error(std::istream&, const stream_error_t&); 00027 00028 std::string format_stream_error(const stream_error_t&); 00029 00030 /*************************************************************************************************/ 00031 00032 } // namespace adobe 00033 00034 /*************************************************************************************************/ 00035 00036 #endif // ADOBE_ISTREAM_FWD_HPP 00037 00038 /*************************************************************************************************/ |