Go to the documentation of this file.
29 #ifndef _GLIBCXX_CSTDINT
30 #define _GLIBCXX_CSTDINT 1
32 #pragma GCC system_header
34 #ifndef __GXX_EXPERIMENTAL_CXX0X__
41 #if _GLIBCXX_HAVE_STDINT_H
42 # ifndef __STDC_LIMIT_MACROS
43 # define _UNDEF__STDC_LIMIT_MACROS
44 # define __STDC_LIMIT_MACROS
46 # ifndef __STDC_CONSTANT_MACROS
47 # define _UNDEF__STDC_CONSTANT_MACROS
48 # define __STDC_CONSTANT_MACROS
51 # ifdef _UNDEF__STDC_LIMIT_MACROS
52 # undef __STDC_LIMIT_MACROS
53 # undef _UNDEF__STDC_LIMIT_MACROS
55 # ifdef _UNDEF__STDC_CONSTANT_MACROS
56 # undef __STDC_CONSTANT_MACROS
57 # undef _UNDEF__STDC_CONSTANT_MACROS
61 #ifdef _GLIBCXX_USE_C99_STDINT_TR1
76 using ::int_least16_t;
77 using ::int_least32_t;
78 using ::int_least64_t;
89 using ::uint_fast16_t;
90 using ::uint_fast32_t;
91 using ::uint_fast64_t;
93 using ::uint_least8_t;
94 using ::uint_least16_t;
95 using ::uint_least32_t;
96 using ::uint_least64_t;
102 #endif // _GLIBCXX_USE_C99_STDINT_TR1
104 #endif // __GXX_EXPERIMENTAL_CXX0X__
106 #endif // _GLIBCXX_CSTDINT