|
Blender V4.5
|
Public Member Functions | |
| TypeConstructMock () | |
| TypeConstructMock (const TypeConstructMock &) | |
| TypeConstructMock (TypeConstructMock &&) noexcept | |
| TypeConstructMock & | operator= (const TypeConstructMock &other) |
| TypeConstructMock & | operator= (TypeConstructMock &&other) noexcept |
| 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 575 of file BLI_vector_test.cc.
|
inline |
Definition at line 205 of file BLI_vector_list_test.cc.
|
inline |
Definition at line 207 of file BLI_vector_list_test.cc.
|
inlinenoexcept |
Definition at line 209 of file BLI_vector_list_test.cc.
|
inline |
Definition at line 583 of file BLI_vector_test.cc.
|
inline |
Definition at line 585 of file BLI_vector_test.cc.
|
inlinenoexcept |
Definition at line 587 of file BLI_vector_test.cc.
|
inline |
Definition at line 211 of file BLI_vector_list_test.cc.
References copy_assigned.
|
inline |
Definition at line 589 of file BLI_vector_test.cc.
References copy_assigned.
|
inlinenoexcept |
Definition at line 221 of file BLI_vector_list_test.cc.
References move_assigned.
|
inlinenoexcept |
Definition at line 599 of file BLI_vector_test.cc.
References move_assigned.
| bool blender::tests::TypeConstructMock::copy_assigned = false |
Definition at line 202 of file BLI_vector_list_test.cc.
Referenced by operator=().
| bool blender::tests::TypeConstructMock::copy_constructed = false |
Definition at line 200 of file BLI_vector_list_test.cc.
| bool blender::tests::TypeConstructMock::default_constructed = false |
Definition at line 199 of file BLI_vector_list_test.cc.
| bool blender::tests::TypeConstructMock::move_assigned = false |
Definition at line 203 of file BLI_vector_list_test.cc.
Referenced by operator=().
| bool blender::tests::TypeConstructMock::move_constructed = false |
Definition at line 201 of file BLI_vector_list_test.cc.