insert_fn_imps.hpp revision 169692
1145832Sdelphij// -*- C++ -*-
21573Srgrimes
31573Srgrimes// Copyright (C) 2005, 2006 Free Software Foundation, Inc.
41573Srgrimes//
51573Srgrimes// This file is part of the GNU ISO C++ Library.  This library is free
61573Srgrimes// software; you can redistribute it and/or modify it under the terms
71573Srgrimes// of the GNU General Public License as published by the Free Software
81573Srgrimes// Foundation; either version 2, or (at your option) any later
91573Srgrimes// version.
101573Srgrimes
111573Srgrimes// This library is distributed in the hope that it will be useful, but
121573Srgrimes// WITHOUT ANY WARRANTY; without even the implied warranty of
131573Srgrimes// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
141573Srgrimes// General Public License for more details.
151573Srgrimes
161573Srgrimes// You should have received a copy of the GNU General Public License
171573Srgrimes// along with this library; see the file COPYING.  If not, write to
181573Srgrimes// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
191573Srgrimes// MA 02111-1307, USA.
201573Srgrimes
211573Srgrimes// As a special exception, you may use this file as part of a free
221573Srgrimes// software library without restriction.  Specifically, if other files
231573Srgrimes// instantiate templates or use macros or inline functions from this
241573Srgrimes// file, or you compile this file and link it with other files to
251573Srgrimes// produce an executable, this file does not by itself cause the
261573Srgrimes// resulting executable to be covered by the GNU General Public
271573Srgrimes// License.  This exception does not however invalidate any other
281573Srgrimes// reasons why the executable file might be covered by the GNU General
291573Srgrimes// Public License.
3090039Sobrien
3190039Sobrien// Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL.
3290095Sbde
3389663Smarkm// Permission to use, copy, modify, sell, and distribute this software
3489663Smarkm// is hereby granted without fee, provided that the above copyright
3589663Smarkm// notice appears in all copies, and that both that copyright notice
361573Srgrimes// and this permission notice appear in supporting documentation. None
371573Srgrimes// of the above authors, nor IBM Haifa Research Laboratories, make any
381573Srgrimes// representation about the suitability of this software for any
391573Srgrimes// purpose. It is provided "as is" without express or implied
40145832Sdelphij// warranty.
41145832Sdelphij
421573Srgrimes/**
43145832Sdelphij * @file insert_fn_imps.hpp
441573Srgrimes * Contains implementations of cc_ht_map_'s insert related functions.
45174547Sbushman */
46174547Sbushman
471573Srgrimes#include <ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp>
48145832Sdelphij#include <ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp>
491573Srgrimes
50174547Sbushman