Blender V5.0
blender::tests::TestType Struct Reference

Public Member Functions

 TestType ()
 ~TestType ()
 TestType (const TestType &other)
 TestType (TestType &&other) noexcept
TestTypeoperator= (const TestType &other)
TestTypeoperator= (TestType &&other) noexcept
uint64_t hash () const

Public Attributes

volatile int value

Friends

std::ostream & operator<< (std::ostream &stream, const TestType &value)
bool operator== (const TestType &, const TestType &)

Detailed Description

Definition at line 23 of file BLI_cpp_type_test.cc.

Constructor & Destructor Documentation

◆ TestType() [1/3]

blender::tests::TestType::TestType ( )
inline

◆ ~TestType()

blender::tests::TestType::~TestType ( )
inline

Definition at line 31 of file BLI_cpp_type_test.cc.

References blender::tests::destructed_value, and value.

◆ TestType() [2/3]

blender::tests::TestType::TestType ( const TestType & other)
inline

◆ TestType() [3/3]

blender::tests::TestType::TestType ( TestType && other)
inlinenoexcept

Member Function Documentation

◆ hash()

uint64_t blender::tests::TestType::hash ( ) const
inline

Definition at line 73 of file BLI_cpp_type_test.cc.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator<<

std::ostream & operator<< ( std::ostream & stream,
const TestType & value )
friend

Definition at line 62 of file BLI_cpp_type_test.cc.

References TestType(), and value.

◆ operator==

bool operator== ( const TestType & ,
const TestType &  )
friend

Definition at line 68 of file BLI_cpp_type_test.cc.

References TestType().

Member Data Documentation

◆ value

volatile int blender::tests::TestType::value
mutable

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