|
Blender V5.0
|
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 197 of file BLI_vector_list_test.cc.
|
inline |
Definition at line 205 of file BLI_vector_list_test.cc.
References default_constructed, and true.
Referenced by operator=(), operator=(), TypeConstructMock(), and TypeConstructMock().
|
inline |
Definition at line 207 of file BLI_vector_list_test.cc.
References copy_constructed, true, and TypeConstructMock().
|
inlinenoexcept |
Definition at line 209 of file BLI_vector_list_test.cc.
References move_constructed, true, and TypeConstructMock().
|
inline |
Definition at line 583 of file BLI_vector_test.cc.
References default_constructed, and true.
|
inline |
Definition at line 585 of file BLI_vector_test.cc.
References copy_constructed, true, and TypeConstructMock().
|
inlinenoexcept |
Definition at line 587 of file BLI_vector_test.cc.
References move_constructed, true, and TypeConstructMock().
|
inline |
Definition at line 211 of file BLI_vector_list_test.cc.
References copy_assigned, and TypeConstructMock().
|
inline |
Definition at line 589 of file BLI_vector_test.cc.
References copy_assigned, and TypeConstructMock().
|
inlinenoexcept |
Definition at line 221 of file BLI_vector_list_test.cc.
References move_assigned, and TypeConstructMock().
|
inlinenoexcept |
Definition at line 599 of file BLI_vector_test.cc.
References move_assigned, and TypeConstructMock().
| 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.
Referenced by TypeConstructMock().
| bool blender::tests::TypeConstructMock::default_constructed = false |
Definition at line 199 of file BLI_vector_list_test.cc.
Referenced by TypeConstructMock().
| 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.
Referenced by TypeConstructMock().