Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::tests::TypeConstructMock Class Reference

Public Member Functions

 TypeConstructMock ()
 
 TypeConstructMock (const TypeConstructMock &UNUSED(other))
 
 TypeConstructMock (TypeConstructMock &&UNUSED(other)) 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 488 of file BLI_vector_test.cc.

Constructor & Destructor Documentation

◆ TypeConstructMock() [1/3]

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

Definition at line 496 of file BLI_vector_test.cc.

◆ TypeConstructMock() [2/3]

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

Definition at line 500 of file BLI_vector_test.cc.

◆ TypeConstructMock() [3/3]

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

Definition at line 504 of file BLI_vector_test.cc.

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 508 of file BLI_vector_test.cc.

References copy_assigned.

◆ operator=() [2/2]

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

Definition at line 518 of file BLI_vector_test.cc.

References move_assigned.

Member Data Documentation

◆ copy_assigned

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

Definition at line 493 of file BLI_vector_test.cc.

Referenced by operator=().

◆ copy_constructed

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

Definition at line 491 of file BLI_vector_test.cc.

◆ default_constructed

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

Definition at line 490 of file BLI_vector_test.cc.

◆ move_assigned

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

Definition at line 494 of file BLI_vector_test.cc.

Referenced by operator=().

◆ move_constructed

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

Definition at line 492 of file BLI_vector_test.cc.


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