|
iutest
1.17.1.0
|
iris unit test definition [詳解]
#include "iutest_config.hpp"#include "internal/iutest_compiler.hpp"#include "internal/iutest_pp.hpp"#include "internal/iutest_stdlib.hpp"#include <stdio.h>#include <vector>#include <algorithm>#include "internal/iutest_debug.hpp"#include <set>

クラス | |
| class | iutest::floating_point< RawType > |
| 浮動小数点数 [詳解] | |
名前空間 | |
| iutest | |
| iutest root namespace | |
型定義 | |
| typedef detail::type_fit_t< 1 >::Int | iutest::Int8 |
| 8 bit 符号付き整数型 | |
| typedef detail::type_fit_t< 1 >::UInt | iutest::UInt8 |
| 8 bit 符号なし整数型 | |
| typedef detail::type_fit_t< 2 >::Int | iutest::Int16 |
| 16 bit 符号付き整数型 | |
| typedef detail::type_fit_t< 2 >::UInt | iutest::UInt16 |
| 16 bit 符号なし整数型 | |
| typedef detail::type_fit_t< 4 >::Int | iutest::Int32 |
| 32 bit 符号付き整数型 | |
| typedef detail::type_fit_t< 4 >::UInt | iutest::UInt32 |
| 32 bit 符号なし整数型 | |
| typedef detail::type_fit_t< 8 >::Int | iutest::Int64 |
| 64 bit 符号付き整数型 | |
| typedef detail::type_fit_t< 8 >::UInt | iutest::UInt64 |
| 64 bit 符号なし整数型 | |
| typedef UInt64 | iutest::iu_off_t |
| typedef detail::type_fit_t< sizeof(ptrdiff_t)>::UInt | iutest::iu_uintptr_t |
| typedef internal::TypeId | iutest::TestTypeId |
| テスト識別型 | |
| typedef void(* | iutest::SetUpMethod) () |
| SetUp 関数型 | |
| typedef void(* | iutest::TearDownMethod) () |
| TearDown 関数型 | |
| typedef detail::type_least_t< 8 >::UInt | iutest::TimeInMillisec |
| ミリ秒単位を扱う型 | |
| typedef detail::type_least_t< 8 >::Int | iutest::BiggestInt |
| Biggest Int | |
iris unit test definition
1.8.17