BWAPI
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/CORE/Gmp.h
Go to the documentation of this file.
00001 // CORE LIBRARY FILE
00002 #ifndef _CORE_GMP_H_
00003 #define _CORE_GMP_H_
00004 
00005 #include <CGAL/CORE/Impl.h>
00006 #include <gmp.h>
00007 
00008 CORE_BEGIN_NAMESPACE
00009 
00010 std::ostream& io_write (std::ostream &, mpz_srcptr);
00011 std::ostream& io_write (std::ostream &, mpq_srcptr);
00012 std::istream& io_read (std::istream &, mpz_ptr);
00013 std::istream& io_read (std::istream &, mpq_ptr);
00014 //std::ostream& operator<< (std::ostream &, mpz_srcptr);
00015 //std::ostream& operator<< (std::ostream &, mpq_srcptr);
00016 //std::istream& operator>> (std::istream &, mpz_ptr);
00017 //std::istream& operator>> (std::istream &, mpq_ptr);
00018 
00019 CORE_END_NAMESPACE
00020 #endif // _CORE_GMP_H_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines