Blender
V3.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 &UNUSED(a), const TestType &UNUSED(b)) |
Definition at line 21 of file BLI_cpp_type_test.cc.
|
inline |
Definition at line 24 of file BLI_cpp_type_test.cc.
References blender::tests::default_constructed_value, and value.
|
inline |
Definition at line 29 of file BLI_cpp_type_test.cc.
References blender::tests::destructed_value, and value.
|
inline |
Definition at line 34 of file BLI_cpp_type_test.cc.
References blender::tests::copy_constructed_from_value, blender::tests::copy_constructed_value, and value.
|
inlinenoexcept |
Definition at line 40 of file BLI_cpp_type_test.cc.
References blender::tests::move_constructed_from_value, blender::tests::move_constructed_value, and value.
|
inline |
Definition at line 71 of file BLI_cpp_type_test.cc.
Definition at line 46 of file BLI_cpp_type_test.cc.
References blender::tests::copy_assigned_from_value, blender::tests::copy_assigned_value, and value.
Definition at line 53 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 60 of file BLI_cpp_type_test.cc.
Definition at line 66 of file BLI_cpp_type_test.cc.
|
mutable |
Definition at line 22 of file BLI_cpp_type_test.cc.
Referenced by operator=(), TestType(), and ~TestType().