iomanip_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 #ifdef ADOBE_STD_SERIALIZATION 00010 00011 /*************************************************************************************************/ 00012 00013 #ifndef ADOBE_IOMANIP_FWD_HPP 00014 #define ADOBE_IOMANIP_FWD_HPP 00015 00016 /*************************************************************************************************/ 00017 00018 #include <adobe/config.hpp> 00019 00020 #include <iosfwd> 00021 00022 /*************************************************************************************************/ 00023 00024 namespace adobe { 00025 00026 /*************************************************************************************************/ 00027 00028 class format_base; 00029 00030 /*************************************************************************************************/ 00031 00032 int format_base_idx(); 00033 00034 format_base* get_formatter(std::ostream& os); 00035 00036 /*************************************************************************************************/ 00037 00038 } // namespace adobe 00039 00040 /*************************************************************************************************/ 00041 00042 #endif 00043 00044 /*************************************************************************************************/ 00045 00046 #endif 00047 00048 /*************************************************************************************************/ |