Go to the documentation of this file.
   29 #ifndef _GLIBCXX_CSTDINT 
   30 #define _GLIBCXX_CSTDINT 1 
   32 #pragma GCC system_header 
   34 #if __cplusplus < 201103L 
   40 #if _GLIBCXX_HAVE_STDINT_H 
   44 #ifdef _GLIBCXX_USE_C99_STDINT_TR1 
   59   using ::int_least16_t;
 
   60   using ::int_least32_t;
 
   61   using ::int_least64_t;
 
   72   using ::uint_fast16_t;
 
   73   using ::uint_fast32_t;
 
   74   using ::uint_fast64_t;
 
   76   using ::uint_least8_t;
 
   77   using ::uint_least16_t;
 
   78   using ::uint_least32_t;
 
   79   using ::uint_least64_t;
 
   85 #endif // _GLIBCXX_USE_C99_STDINT_TR1 
   89 #endif // _GLIBCXX_CSTDINT