Adobe Source Libraries 2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
iomanip_fwd.hpp
Go to the documentation of this file.
1/*
2 Copyright 2013 Adobe
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5*/
6/**************************************************************************************************/
7
8#ifdef ADOBE_STD_SERIALIZATION
9
10/**************************************************************************************************/
11
12#ifndef ADOBE_IOMANIP_FWD_HPP
13#define ADOBE_IOMANIP_FWD_HPP
14
15/**************************************************************************************************/
16
17#include <adobe/config.hpp>
18
19#include <iosfwd>
20
21/**************************************************************************************************/
22
23namespace adobe {
24
25/**************************************************************************************************/
26
27class format_base;
28
29/**************************************************************************************************/
30
31int format_base_idx();
32
33format_base* get_formatter(std::ostream& os);
34
35/**************************************************************************************************/
36
37} // namespace adobe
38
39/**************************************************************************************************/
40
41#endif
42
43/**************************************************************************************************/
44
45#endif
46
47/**************************************************************************************************/