Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
nullptr.h
Go to the documentation of this file.
1 
18 #ifndef ION_PORT_NULLPTR_H_
19 #define ION_PORT_NULLPTR_H_
20 
21 #include <cstddef>
22 
27 #if defined(ION_PLATFORM_QNX) || \
28  (defined(ION_PLATFORM_NACL) && \
29  !(defined(ION_ARCH_ARM) || defined(__clang__)))
30 # ifndef nullptr
32 # define nullptr NULL
33 # endif
34 namespace std {
35  typedef void* nullptr_t;
36 } // namespace std
37 #endif
38 #define kNullFunction nullptr
39 
40 #endif // ION_PORT_NULLPTR_H_