STK++ 1.0
STKernel.h
Go to the documentation of this file.
00001 /*--------------------------------------------------------------------*/
00002 /*     Copyright (C) 2004-2007  Serge Iovleff
00003 
00004     This program is free software; you can redistribute it and/or modify
00005     it under the terms of the GNU Lesser General Public License as
00006     published by the Free Software Foundation; either version 2 of the
00007     License, or (at your option) any later version.
00008 
00009     This program is distributed in the hope that it will be useful,
00010     but WITHOUT ANY WARRANTY; without even the implied warranty of
00011     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012     GNU Lesser General Public License for more details.
00013 
00014     You should have received a copy of the GNU Lesser General Public
00015     License along with this program; if not, write to the
00016     Free Software Foundation, Inc.,
00017     59 Temple Place,
00018     Suite 330,
00019     Boston, MA 02111-1307
00020     USA
00021 
00022     Contact : Serge.Iovleff@stkpp.org
00023 */
00024 
00025 /*
00026  * Project:  stkpp::STKernel
00027  * Purpose:  Primary include file for the STKernel project.
00028  * Author:   Serge Iovleff, serge.iovleff@stkpp.org
00029  **/
00030 
00065 #ifndef STKERNEL_H
00066 #define STKERNEL_H
00067 
00068 /* Arithmetic classes for fundamental types. */
00069 #include "../projects/STKernel/include/STK_Arithmetic.h"
00070 
00071 /* RTTI class for fundamental types. */
00072 #include "../projects/STKernel/include/STK_IdTypeImpl.h"
00073 
00074 /* fundamental STK Char.  */
00075 #include "../projects/STKernel/include/STK_Char.h"
00076 
00077 /* STK streams parametrized with Char.  */
00078 #include "../projects/STKernel/include/STK_Stream.h"
00079 
00080 /* STK String parametrized with Char. */
00081 #include "../projects/STKernel/include/STK_String.h"
00082 
00083 /* Fundamental constant of STKpp. */
00084 #include "../projects/STKernel/include/STK_String_Util.h"
00085 
00086 /* Miscellaneous functions on Strings. */
00087 #include "../projects/STKernel/include/STK_String_Util.h"
00088 
00089 /* Proxy classes for the fundamental types of STKpp.  */
00090 #include "../projects/STKernel/include/STK_Proxy.h"
00091 
00092 /* Fundamental types of STKpp.  */
00093 #include "../projects/STKernel/include/STK_TypeBase.h"
00094 
00095 /* Chrono functions.  */
00096 #include "../projects/STKernel/include/STK_Chrono.h"
00097 
00098 /* Miscellaneous functions. */
00099 #include "../projects/STKernel/include/STK_Misc.h"
00100 
00101 /* Index range. */
00102 #include "../projects/STKernel/include/STK_Range.h"
00103 
00104 /* Standard exceptions */
00105 #include "../projects/STKernel/include/STK_Exceptions.h"
00106 
00107 #endif  /* STKERNEL_H */