/* Copyright (c) 1997-2007
   Ewgenij Gawrilow, Michael Joswig (Technische Universitaet Berlin, Germany)
   http://www.math.tu-berlin.de/polymake,  mailto:polymake@math.tu-berlin.de

   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
   Free Software Foundation; either version 2, or (at your option) any
   later version: http://www.gnu.org/licenses/gpl.txt.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
*/

#ifndef _POLYMAKE_COMMON_PERL_BINDINGS_list_H
#define _POLYMAKE_COMMON_PERL_BINDINGS_list_H "$Project: polymake $$Id: list 7858 2008-01-02 22:33:38Z gawrilow $"

#include_next <list>
#include <polymake.h>

namespace polymake { namespace perl_bindings {
///==== Automatically generated contents follow.    Please do not delete this line. ====
   template <typename T, typename T0>
   pm::perl::SV4recognize<pm::identical<T, std::list<T0> >::value>* recognize(bait*, T*, std::list<T0>*)
   {
      return pm::perl::get_type<pm::list(T0)>("Polymake::common::List", pm::identical<T, std::list<T0> >());
   }

///==== Automatically generated contents end here.  Please do not delete this line. ====
} }

#endif // _POLYMAKE_COMMON_PERL_BINDINGS_list_H

// Local Variables:
// mode:C++
// c-basic-offset:3
// End:
