constructor_destructor_fn_imps.hpp

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 // Copyright (C) 2005 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 2, 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 // You should have received a copy of the GNU General Public License along
00017 // with this library; see the file COPYING.  If not, write to the Free
00018 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
00019 // USA.
00020 
00021 // As a special exception, you may use this file as part of a free software
00022 // library without restriction.  Specifically, if other files instantiate
00023 // templates or use macros or inline functions from this file, or you compile
00024 // this file and link it with other files to produce an executable, this
00025 // file does not by itself cause the resulting executable to be covered by
00026 // the GNU General Public License.  This exception does not however
00027 // invalidate any other reasons why the executable file might be covered by
00028 // the GNU General Public License.
00029 
00030 // Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL.
00031 
00032 // Permission to use, copy, modify, sell, and distribute this software
00033 // is hereby granted without fee, provided that the above copyright
00034 // notice appears in all copies, and that both that copyright notice and
00035 // this permission notice appear in supporting documentation. None of
00036 // the above authors, nor IBM Haifa Research Laboratories, make any
00037 // representation about the suitability of this software for any
00038 // purpose. It is provided "as is" without express or implied warranty.
00039 
00046 PB_ASSOC_CLASS_T_DEC
00047 inline
00048 PB_ASSOC_CLASS_C_DEC::
00049 basic_assoc_cntnr()
00050 { }
00051 
00052 PB_ASSOC_CLASS_T_DEC
00053 template<typename T0>
00054 inline
00055 PB_ASSOC_CLASS_C_DEC::
00056 basic_assoc_cntnr(T0 t0) :
00057   PB_ASSOC_DIRECT_BASE_C_DEC(t0)
00058 { }
00059 
00060 PB_ASSOC_CLASS_T_DEC
00061 template<typename T0, typename T1>
00062 inline
00063 PB_ASSOC_CLASS_C_DEC::
00064 basic_assoc_cntnr(T0 t0, T1 t1) :
00065   PB_ASSOC_DIRECT_BASE_C_DEC(t0, t1)
00066 { }
00067 
00068 PB_ASSOC_CLASS_T_DEC
00069 template<typename T0, typename T1, typename T2>
00070 inline
00071 PB_ASSOC_CLASS_C_DEC::
00072 basic_assoc_cntnr(T0 t0, T1 t1, T2 t2) :
00073   PB_ASSOC_DIRECT_BASE_C_DEC(t0, t1, t2)
00074 { }
00075 
00076 PB_ASSOC_CLASS_T_DEC
00077 template<typename T0, typename T1, typename T2, typename T3>
00078 inline
00079 PB_ASSOC_CLASS_C_DEC::
00080 basic_assoc_cntnr(T0 t0, T1 t1, T2 t2, T3 t3) :
00081   PB_ASSOC_DIRECT_BASE_C_DEC(t0, t1, t2, t3)
00082 { }
00083 
00084 PB_ASSOC_CLASS_T_DEC
00085 template<typename T0,
00086      typename T1,
00087      typename T2,
00088      typename T3,
00089      typename T4>
00090 inline
00091 PB_ASSOC_CLASS_C_DEC::
00092 basic_assoc_cntnr(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) :
00093   PB_ASSOC_DIRECT_BASE_C_DEC(t0, t1, t2, t3, t4)
00094 { }
00095 
00096 PB_ASSOC_CLASS_T_DEC
00097 template<typename T0,
00098      typename T1,
00099      typename T2,
00100      typename T3,
00101      typename T4,
00102      typename T5>
00103 inline
00104 PB_ASSOC_CLASS_C_DEC::
00105 basic_assoc_cntnr(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) :
00106   PB_ASSOC_DIRECT_BASE_C_DEC(t0, t1, t2, t3, t4, t5)
00107 { }
00108 
00109 PB_ASSOC_CLASS_T_DEC
00110 template<typename T0,
00111      typename T1,
00112      typename T2,
00113      typename T3,
00114      typename T4,
00115      typename T5,
00116      typename T6>
00117 inline
00118 PB_ASSOC_CLASS_C_DEC::
00119 basic_assoc_cntnr(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) :
00120   PB_ASSOC_DIRECT_BASE_C_DEC(t0, t1, t2, t3, t4, t5, t6)
00121 { }
00122 
00123 PB_ASSOC_CLASS_T_DEC
00124 template<typename T0,
00125      typename T1,
00126      typename T2,
00127      typename T3,
00128      typename T4,
00129      typename T5,
00130      typename T6,
00131      typename T7>
00132 inline
00133 PB_ASSOC_CLASS_C_DEC::
00134 basic_assoc_cntnr(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) :
00135   PB_ASSOC_DIRECT_BASE_C_DEC(t0, t1, t2, t3, t4, t5, t6, t7)
00136 { }
00137 
00138 PB_ASSOC_CLASS_T_DEC
00139 template<typename T0,
00140      typename T1,
00141      typename T2,
00142      typename T3,
00143      typename T4,
00144      typename T5,
00145      typename T6,
00146      typename T7,
00147      typename T8>
00148 inline
00149 PB_ASSOC_CLASS_C_DEC::
00150 basic_assoc_cntnr(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) :
00151   PB_ASSOC_DIRECT_BASE_C_DEC(t0, t1, t2, t3, t4, t5, t6, t7, t8)
00152 { }
00153 
00154 PB_ASSOC_CLASS_T_DEC
00155 inline
00156 PB_ASSOC_CLASS_C_DEC::
00157 basic_assoc_cntnr(const PB_ASSOC_CLASS_C_DEC& r_other) :
00158   PB_ASSOC_DIRECT_BASE_C_DEC((const PB_ASSOC_DIRECT_BASE_C_DEC& )r_other)
00159 { }
00160 
00161 PB_ASSOC_CLASS_T_DEC
00162 PB_ASSOC_CLASS_C_DEC::
00163 ~basic_assoc_cntnr()
00164 { }

Generated on Tue Feb 2 16:55:50 2010 for GNU C++ STL by  doxygen 1.4.7