|
Blender V4.3
|
Public Member Functions | |
| TestType () | |
| ~TestType () | |
| TestType (const TestType &other) | |
| TestType (TestType &&other) noexcept | |
| TestType & | operator= (const TestType &other) |
| TestType & | operator= (TestType &&other) noexcept |
| uint64_t | hash () const |
Public Attributes | |
| volatile int | value |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const TestType &value) |
| bool | operator== (const TestType &, const TestType &) |
Definition at line 23 of file BLI_cpp_type_test.cc.
|
inline |
Definition at line 26 of file BLI_cpp_type_test.cc.
References blender::tests::default_constructed_value.
|
inline |
Definition at line 31 of file BLI_cpp_type_test.cc.
References blender::tests::destructed_value.
|
inline |
Definition at line 36 of file BLI_cpp_type_test.cc.
References blender::tests::copy_constructed_from_value, and blender::tests::copy_constructed_value.
|
inlinenoexcept |
Definition at line 42 of file BLI_cpp_type_test.cc.
References blender::tests::move_constructed_from_value, and blender::tests::move_constructed_value.
|
inline |
Definition at line 73 of file BLI_cpp_type_test.cc.
Definition at line 48 of file BLI_cpp_type_test.cc.
References blender::tests::copy_assigned_from_value, blender::tests::copy_assigned_value, and value.
Definition at line 55 of file BLI_cpp_type_test.cc.
References blender::tests::move_assigned_from_value, blender::tests::move_assigned_value, and value.
|
friend |
Definition at line 62 of file BLI_cpp_type_test.cc.
Definition at line 68 of file BLI_cpp_type_test.cc.
|
mutable |
Definition at line 24 of file BLI_cpp_type_test.cc.
Referenced by operator=(), and operator=().