Blender V5.0
blender::tests::TypeConstructMock Class Reference

Public Member Functions

 TypeConstructMock ()
 TypeConstructMock (const TypeConstructMock &)
 TypeConstructMock (TypeConstructMock &&) noexcept
TypeConstructMockoperator= (const TypeConstructMock &other)
TypeConstructMockoperator= (TypeConstructMock &&other) noexcept
 TypeConstructMock ()
 TypeConstructMock (const TypeConstructMock &)
 TypeConstructMock (TypeConstructMock &&) noexcept
TypeConstructMockoperator= (const TypeConstructMock &other)
TypeConstructMockoperator= (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

Detailed Description

Definition at line 197 of file BLI_vector_list_test.cc.

Constructor & Destructor Documentation

◆ TypeConstructMock() [1/6]

blender::tests::TypeConstructMock::TypeConstructMock ( )
inline

Definition at line 205 of file BLI_vector_list_test.cc.

References default_constructed, and true.

Referenced by operator=(), operator=(), TypeConstructMock(), and TypeConstructMock().

◆ TypeConstructMock() [2/6]

blender::tests::TypeConstructMock::TypeConstructMock ( const TypeConstructMock & )
inline

Definition at line 207 of file BLI_vector_list_test.cc.

References copy_constructed, true, and TypeConstructMock().

◆ TypeConstructMock() [3/6]

blender::tests::TypeConstructMock::TypeConstructMock ( TypeConstructMock && )
inlinenoexcept

Definition at line 209 of file BLI_vector_list_test.cc.

References move_constructed, true, and TypeConstructMock().

◆ TypeConstructMock() [4/6]

blender::tests::TypeConstructMock::TypeConstructMock ( )
inline

Definition at line 583 of file BLI_vector_test.cc.

References default_constructed, and true.

◆ TypeConstructMock() [5/6]

blender::tests::TypeConstructMock::TypeConstructMock ( const TypeConstructMock & )
inline

Definition at line 585 of file BLI_vector_test.cc.

References copy_constructed, true, and TypeConstructMock().

◆ TypeConstructMock() [6/6]

blender::tests::TypeConstructMock::TypeConstructMock ( TypeConstructMock && )
inlinenoexcept

Definition at line 587 of file BLI_vector_test.cc.

References move_constructed, true, and TypeConstructMock().

Member Function Documentation

◆ operator=() [1/4]

TypeConstructMock & blender::tests::TypeConstructMock::operator= ( const TypeConstructMock & other)
inline

Definition at line 211 of file BLI_vector_list_test.cc.

References copy_assigned, and TypeConstructMock().

◆ operator=() [2/4]

TypeConstructMock & blender::tests::TypeConstructMock::operator= ( const TypeConstructMock & other)
inline

Definition at line 589 of file BLI_vector_test.cc.

References copy_assigned, and TypeConstructMock().

◆ operator=() [3/4]

TypeConstructMock & blender::tests::TypeConstructMock::operator= ( TypeConstructMock && other)
inlinenoexcept

Definition at line 221 of file BLI_vector_list_test.cc.

References move_assigned, and TypeConstructMock().

◆ operator=() [4/4]

TypeConstructMock & blender::tests::TypeConstructMock::operator= ( TypeConstructMock && other)
inlinenoexcept

Definition at line 599 of file BLI_vector_test.cc.

References move_assigned, and TypeConstructMock().

Member Data Documentation

◆ copy_assigned

bool blender::tests::TypeConstructMock::copy_assigned = false

Definition at line 202 of file BLI_vector_list_test.cc.

Referenced by operator=().

◆ copy_constructed

bool blender::tests::TypeConstructMock::copy_constructed = false

Definition at line 200 of file BLI_vector_list_test.cc.

Referenced by TypeConstructMock().

◆ default_constructed

bool blender::tests::TypeConstructMock::default_constructed = false

Definition at line 199 of file BLI_vector_list_test.cc.

Referenced by TypeConstructMock().

◆ move_assigned

bool blender::tests::TypeConstructMock::move_assigned = false

Definition at line 203 of file BLI_vector_list_test.cc.

Referenced by operator=().

◆ move_constructed

bool blender::tests::TypeConstructMock::move_constructed = false

Definition at line 201 of file BLI_vector_list_test.cc.

Referenced by TypeConstructMock().


The documentation for this class was generated from the following files: