Blender V4.3
blender::tests::TypeConstructMock Class Reference

Public Member Functions

 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 512 of file BLI_vector_test.cc.

Constructor & Destructor Documentation

◆ TypeConstructMock() [1/3]

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

Definition at line 520 of file BLI_vector_test.cc.

◆ TypeConstructMock() [2/3]

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

Definition at line 522 of file BLI_vector_test.cc.

◆ TypeConstructMock() [3/3]

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

Definition at line 524 of file BLI_vector_test.cc.

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 526 of file BLI_vector_test.cc.

References copy_assigned.

◆ operator=() [2/2]

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

Definition at line 536 of file BLI_vector_test.cc.

References move_assigned.

Member Data Documentation

◆ copy_assigned

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

Definition at line 517 of file BLI_vector_test.cc.

Referenced by operator=().

◆ copy_constructed

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

Definition at line 515 of file BLI_vector_test.cc.

◆ default_constructed

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

Definition at line 514 of file BLI_vector_test.cc.

◆ move_assigned

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

Definition at line 518 of file BLI_vector_test.cc.

Referenced by operator=().

◆ move_constructed

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

Definition at line 516 of file BLI_vector_test.cc.


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