TAPs 0.7.7.3
TAPsStdLib.hpp
Go to the documentation of this file.
00001 /******************************************************************************
00002 TAPsStdLib.hpp
00003 
00004 A header file for including standard libraries.
00005 
00006 SUKITTI PUNAK   (09/05/2004)
00007 UPDATE          (08/27/2010)
00008 ******************************************************************************/
00009 #ifndef TAPs_STD_LIB_HPP
00010 #define TAPs_STD_LIB_HPP
00011 
00012 #include "TAPsDef.hpp"  
00013 
00014 //-----------------------------------------------------------------------------
00016 #include <iostream>
00017 #include <sstream>      
00018 #include <iomanip>
00019 #include <string>
00020 #include <limits>
00021 #include <cmath>
00022 #include <cassert>
00023 #include <cstdlib>      
00024 //#include <ctype>
00025 #include <fstream>      
00026 #include <ctime>
00027 #include <cfloat>
00028 //#include <limits.h>
00029 #include <cstdio>       
00030 //#include <stdarg.h>
00031 #include <vector>
00032 #include <list>
00033 #include <set>
00034 //#include <iterator>
00035 //-----------------------------------------------------------------------------
00036 #endif
00037 //34567890123456789012345678901234567890123456789012345678901234567890123456789
00038 //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines