Adobe Source Libraries
2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
string_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
#error Deprecated
9
10
#ifndef ADOBE_STRING_FWD_HPP
11
#define ADOBE_STRING_FWD_HPP
12
13
#ifdef ADOBE_STD_SERIALIZATION
14
#include <iosfwd>
15
#endif
16
17
/**************************************************************************************************/
18
19
namespace
adobe
{
20
inline
namespace
version_1
{
21
22
/**************************************************************************************************/
23
24
class
string_t;
25
class
string16_t;
26
27
/**************************************************************************************************/
28
29
}
// namespace version_1
30
31
/**************************************************************************************************/
32
33
using
version_1::string16_t;
34
using
version_1::string_t;
35
36
/**************************************************************************************************/
37
38
39
/**************************************************************************************************/
40
41
}
// namespace adobe
42
43
/**************************************************************************************************/
44
45
#endif
46
47
/**************************************************************************************************/
adobe::version_1
Definition
any_regular.hpp:304
adobe
Definition
class_template.hpp:7
adobe
string_fwd.hpp
Generated by
1.14.0