libstdc++
extc++.h
Go to the documentation of this file.
00001 // C++ includes used for precompiling extensions -*- C++ -*-
00002 
00003 // Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
00004 //
00005 // This file is part of the GNU ISO C++ Library.  This library is free
00006 // software; you can redistribute it and/or modify it under the
00007 // terms of the GNU General Public License as published by the
00008 // Free Software Foundation; either version 3, or (at your option)
00009 // any later version.
00010 
00011 // This library is distributed in the hope that it will be useful,
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014 // GNU General Public License for more details.
00015 
00016 // Under Section 7 of GPL version 3, you are granted additional
00017 // permissions described in the GCC Runtime Library Exception, version
00018 // 3.1, as published by the Free Software Foundation.
00019 
00020 // You should have received a copy of the GNU General Public License and
00021 // a copy of the GCC Runtime Library Exception along with this program;
00022 // see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
00023 // <http://www.gnu.org/licenses/>.
00024 
00025 /** @file extc++.h
00026  *  This is an implementation file for a precompiled header.
00027  */
00028 
00029 #ifndef __GXX_EXPERIMENTAL_CXX0X__
00030 #include <bits/stdtr1c++.h>
00031 #endif
00032 
00033 #include <ext/algorithm>
00034 #include <ext/array_allocator.h>
00035 #include <ext/atomicity.h>
00036 #include <ext/bitmap_allocator.h>
00037 #include <ext/cast.h>
00038 #include <ext/concurrence.h>
00039 #include <ext/debug_allocator.h>
00040 #include <ext/extptr_allocator.h>
00041 #include <ext/functional>
00042 #include <ext/iterator>
00043 #include <ext/malloc_allocator.h>
00044 #include <ext/memory>
00045 #include <ext/mt_allocator.h>
00046 #include <ext/new_allocator.h>
00047 #include <ext/numeric>
00048 #include <ext/pod_char_traits.h>
00049 #include <ext/pointer.h>
00050 #include <ext/pool_allocator.h>
00051 #include <ext/rb_tree>
00052 #include <ext/rope>
00053 #include <ext/slist>
00054 #include <ext/stdio_filebuf.h>
00055 #include <ext/stdio_sync_filebuf.h>
00056 #include <ext/throw_allocator.h>
00057 #include <ext/typelist.h>
00058 #include <ext/type_traits.h>
00059 #include <ext/vstring.h>
00060 #include <ext/pb_ds/assoc_container.hpp>
00061 #include <ext/pb_ds/priority_queue.hpp>
00062 #include <ext/pb_ds/exception.hpp>
00063 #include <ext/pb_ds/hash_policy.hpp>
00064 #include <ext/pb_ds/list_update_policy.hpp>
00065 #include <ext/pb_ds/tree_policy.hpp>
00066 #include <ext/pb_ds/trie_policy.hpp>
00067 
00068 #ifdef _GLIBCXX_HAVE_ICONV
00069  #include <ext/codecvt_specializations.h>
00070  #include <ext/enc_filebuf.h>
00071 #endif