stlab.adobe.com Adobe Systems Incorporated

dictionary_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 #ifndef ADOBE_DICTIONARY_FWD_HPP
00010 #define ADOBE_DICTIONARY_FWD_HPP
00011 
00012 /*************************************************************************************************/
00013 
00014 #include <adobe/config.hpp>
00015 
00016 #include <adobe/any_regular_fwd.hpp>
00017 #include <adobe/closed_hash_fwd.hpp>
00018 #include <adobe/name_fwd.hpp>
00019 
00020 /*************************************************************************************************/
00021 
00022 namespace adobe {
00023 namespace version_1 {
00024 
00025 /*************************************************************************************************/
00026 
00028 typedef closed_hash_map<name_t, any_regular_t> dictionary_t;
00029 
00030 /*************************************************************************************************/
00031 
00032 } // namespace version_1
00033 
00034 using version_1::dictionary_t;
00035 
00036 #if defined(ADOBE_NO_DOCUMENTATION)
00037 /* REVISIT (mmarcus) : doxygen doesn't seem to understand using
00038 declarartions.  This is a doxygen only hack to keep reference links
00039 from breaking.
00040 */
00042 typedef version1::closed_hash_map<name_t, any_regular_t> dictionary_t;
00043 #endif
00044 
00045 } // namespace adobe
00046 
00047 /*************************************************************************************************/
00048 
00049 #endif

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google