|
Blender V4.3
|
Public Member Functions | |
| TypeConstructMock () | |
| TypeConstructMock (const TypeConstructMock &) | |
| TypeConstructMock (TypeConstructMock &&) noexcept | |
| TypeConstructMock & | operator= (const TypeConstructMock &other) |
| TypeConstructMock & | operator= (TypeConstructMock &&other) noexcept |
Public Attributes | |
| bool | default_constructed = false |
| bool | copy_constructed = false |
| bool | move_constructed = false |
| bool | copy_assigned = false |
| bool | move_assigned = false |
Definition at line 512 of file BLI_vector_test.cc.
|
inline |
Definition at line 520 of file BLI_vector_test.cc.
|
inline |
Definition at line 522 of file BLI_vector_test.cc.
|
inlinenoexcept |
Definition at line 524 of file BLI_vector_test.cc.
|
inline |
Definition at line 526 of file BLI_vector_test.cc.
References copy_assigned.
|
inlinenoexcept |
Definition at line 536 of file BLI_vector_test.cc.
References move_assigned.
| bool blender::tests::TypeConstructMock::copy_assigned = false |
Definition at line 517 of file BLI_vector_test.cc.
Referenced by operator=().
| bool blender::tests::TypeConstructMock::copy_constructed = false |
Definition at line 515 of file BLI_vector_test.cc.
| bool blender::tests::TypeConstructMock::default_constructed = false |
Definition at line 514 of file BLI_vector_test.cc.
| bool blender::tests::TypeConstructMock::move_assigned = false |
Definition at line 518 of file BLI_vector_test.cc.
Referenced by operator=().
| bool blender::tests::TypeConstructMock::move_constructed = false |
Definition at line 516 of file BLI_vector_test.cc.