iutest  1.17.99.14
iutest_compatible_defs.hpp
[詳解]
1 //======================================================================
2 //-----------------------------------------------------------------------
13 //-----------------------------------------------------------------------
14 //======================================================================
15 #ifndef INCG_IRIS_IUTEST_COMPATIBLE_DEFS_HPP_9BCFF3D0_A045_4B94_B51F_4C6E88D8654C_
16 #define INCG_IRIS_IUTEST_COMPATIBLE_DEFS_HPP_9BCFF3D0_A045_4B94_B51F_4C6E88D8654C_
17 
18 namespace iutest_compatible
19 {
20 
21 //======================================================================
22 // function
23 
28 struct IsNullLiteralHelper
29 {
30  class Object;
31 
32  static char IsNullLiteral(Object*);
33  static char (&IsNullLiteral(...))[2];
34 };
35 
36 } // end of namespace iutest_compatible
37 
38 #endif // INCG_IRIS_IUTEST_COMPATIBLE_DEFS_HPP_9BCFF3D0_A045_4B94_B51F_4C6E88D8654C_