Blender V4.5
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 575 of file BLI_vector_test.cc.

Constructor & Destructor Documentation

◆ TypeConstructMock() [1/6]

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

Definition at line 205 of file BLI_vector_list_test.cc.

◆ TypeConstructMock() [2/6]

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

Definition at line 207 of file BLI_vector_list_test.cc.

◆ TypeConstructMock() [3/6]

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

Definition at line 209 of file BLI_vector_list_test.cc.

◆ TypeConstructMock() [4/6]

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

Definition at line 583 of file BLI_vector_test.cc.

◆ TypeConstructMock() [5/6]

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

Definition at line 585 of file BLI_vector_test.cc.

◆ TypeConstructMock() [6/6]

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

Definition at line 587 of file BLI_vector_test.cc.

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.

◆ 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.

◆ 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.

◆ operator=() [4/4]

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

Definition at line 599 of file BLI_vector_test.cc.

References move_assigned.

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.

◆ default_constructed

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

Definition at line 199 of file BLI_vector_list_test.cc.

◆ 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.


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