agile is hosted by Hepforge, IPPP Durham

AGILeSTL.hh

Go to the documentation of this file.
00001 #ifndef AGILE_AgileSTL_HH
00002 #define AGILE_AgileSTL_HH
00003 
00004 #include <typeinfo>
00005 #include <set>
00006 #include <map>
00007 #include <string>
00008 #include <vector>
00009 #include <stdexcept>
00010 #include <iostream>
00011 #include <iomanip>
00012 #include <sstream>
00013 #include <list>
00014 
00015 namespace AGILe {
00016 
00017   using std::set;
00018   using std::map;
00019   using std::multimap;
00020   using std::type_info;
00021   using std::string;
00022   using std::less;
00023   using std::vector;
00024   using std::list;
00025   using std::pair;
00026   using std::make_pair;
00027   using std::runtime_error;
00028   using std::exception;
00029   using std::min;
00030   using std::stringstream;
00031   using std::istringstream;
00032   using std::ostringstream;
00033   using std::max;
00034 
00035   // Prefer to encourage Log::getLog()
00036   // using std::cout;
00037   // using std::cerr;
00038 
00039   using std::ostream;
00040   using std::istream;
00041   using std::cin;
00042   using std::setw;
00043   using std::endl;
00044 
00045 }
00046 
00047 #endif
Generated on Tue Mar 6 10:39:38 2012 for AGILe - A Generator Interface Library (+ executable) by  doxygen 1.6.3