Adobe Source Libraries
1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
dictionary_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
#ifndef ADOBE_DICTIONARY_FWD_HPP
9
#define ADOBE_DICTIONARY_FWD_HPP
10
11
/**************************************************************************************************/
12
13
#include <
adobe/config.hpp
>
14
15
#include <
adobe/any_regular_fwd.hpp
>
16
#include <
adobe/closed_hash_fwd.hpp
>
17
#include <
adobe/name.hpp
>
18
19
/**************************************************************************************************/
20
21
namespace
adobe
{
22
inline
namespace
version_1
{
23
24
/**************************************************************************************************/
25
26
typedef
closed_hash_map<name_t, any_regular_t>
dictionary_t
;
27
28
/**************************************************************************************************/
29
30
}
// namespace version_1
31
32
}
// namespace adobe
33
34
/**************************************************************************************************/
35
36
#endif
any_regular_fwd.hpp
adobe::closed_hash_map
A hash based associative container.
Definition
closed_hash.hpp:642
closed_hash_fwd.hpp
config.hpp
name.hpp
adobe::version_1
Definition
any_regular.hpp:304
adobe::version_1::dictionary_t
closed_hash_map< name_t, any_regular_t > dictionary_t
Definition
dictionary_fwd.hpp:26
adobe
Definition
class_template.hpp:7
adobe
dictionary_fwd.hpp
Generated by
1.14.0