Adobe Source Libraries
2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
vector_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
#ifndef ADOBE_VECTOR_FWD_HPP
10
#define ADOBE_VECTOR_FWD_HPP
11
12
/**************************************************************************************************/
13
14
#include <
adobe/config.hpp
>
15
#include <
adobe/memory_fwd.hpp
>
16
17
/**************************************************************************************************/
18
19
namespace
adobe
{
20
inline
namespace
version_1
{
21
22
/**************************************************************************************************/
23
24
template
<
typename
T,
typename
A = capture_allocator<T>>
25
class
vector
;
26
27
/**************************************************************************************************/
28
29
}
// namespace version_1
30
31
using
version_1::vector
;
32
33
}
// namespace adobe
34
35
#endif
36
37
/**************************************************************************************************/
adobe::version_1::vector
Definition
vector.hpp:51
config.hpp
memory_fwd.hpp
adobe::version_1
Definition
any_regular.hpp:304
adobe
Definition
class_template.hpp:7
adobe
vector_fwd.hpp
Generated by
1.14.0