iutest  1.17.99.14
iutest_util_output.hpp
[詳解]
1 //======================================================================
2 //-----------------------------------------------------------------------
13 //-----------------------------------------------------------------------
14 //======================================================================
15 #ifndef INCG_IRIS_IUTEST_UTIL_OUTPUT_HPP_44C683CF_3452_4F68_B34E_10606EB9E190_
16 #define INCG_IRIS_IUTEST_UTIL_OUTPUT_HPP_44C683CF_3452_4F68_B34E_10606EB9E190_
17 
18 //======================================================================
19 // include
20 // IWYU pragma: begin_exports
21 #if defined(INCG_IRIS_IUTEST_SWITCH_HPP_)
22 # if defined(IUTEST_USE_GTEST)
23 # ifndef iutest
24 # define iutest testing
25 # include "../internal/iutest_console.hpp"
26 # undef iutest
27 # else
28 # undef INCG_IRIS_IUTEST_CONSOLE_HPP_DCAC5025_B7BB_424E_A849_9E6FE0A3B460_
29 # include "../internal/iutest_console.hpp"
30 # endif
31 # endif
32 #endif
33 // IWYU pragma: end_exports
34 
35 namespace iuutil
36 {
37 
39 typedef ::iutest::detail::iuConsole Console;
40 
41 } // end of namespace iuutil
42 
43 #endif // INCG_IRIS_IUTEST_UTIL_OUTPUT_HPP_44C683CF_3452_4F68_B34E_10606EB9E190_
iutest utility namespace
Definition: iutest_util.hpp:36
::iutest::detail::iuConsole Console
コンソール出力クラスの再利用
Definition: iutest_util_output.hpp:40