tr1/cstdint
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034 #ifndef _GLIBCXX_TR1_CSTDINT
00035 #define _GLIBCXX_TR1_CSTDINT 1
00036
00037 #pragma GCC system_header
00038
00039 #if defined(_GLIBCXX_INCLUDE_AS_CXX0X)
00040 # error TR1 header cannot be included from C++0x header
00041 #endif
00042
00043 #include <bits/c++config.h>
00044
00045
00046 # if _GLIBCXX_HAVE_STDINT_H
00047 # ifndef __STDC_LIMIT_MACROS
00048 # define _UNDEF__STDC_LIMIT_MACROS
00049 # define __STDC_LIMIT_MACROS
00050 # endif
00051 # ifndef __STDC_CONSTANT_MACROS
00052 # define _UNDEF__STDC_CONSTANT_MACROS
00053 # define __STDC_CONSTANT_MACROS
00054 # endif
00055 # include <stdint.h>
00056 # ifdef _UNDEF__STDC_LIMIT_MACROS
00057 # undef __STDC_LIMIT_MACROS
00058 # undef _UNDEF__STDC_LIMIT_MACROS
00059 # endif
00060 # ifdef _UNDEF__STDC_CONSTANT_MACROS
00061 # undef __STDC_CONSTANT_MACROS
00062 # undef _UNDEF__STDC_CONSTANT_MACROS
00063 # endif
00064 # endif
00065
00066 #if defined(_GLIBCXX_INCLUDE_AS_TR1)
00067 # include <tr1_impl/cstdint>
00068 #else
00069 # define _GLIBCXX_INCLUDE_AS_TR1
00070 # define _GLIBCXX_BEGIN_NAMESPACE_TR1 namespace tr1 {
00071 # define _GLIBCXX_END_NAMESPACE_TR1 }
00072 # define _GLIBCXX_TR1 tr1::
00073 # include <tr1_impl/cstdint>
00074 # undef _GLIBCXX_TR1
00075 # undef _GLIBCXX_END_NAMESPACE_TR1
00076 # undef _GLIBCXX_BEGIN_NAMESPACE_TR1
00077 # undef _GLIBCXX_INCLUDE_AS_TR1
00078 #endif
00079
00080 #endif // _GLIBCXX_TR1_CSTDINT
00081