QDocTests::DeletedCopyCtorTest Class

class QDocTests::DeletedCopyCtorTest

A test class with a deleted copy constructor. More...

Header: #include <testclass.h>

Public Functions

DeletedCopyCtorTest(int value, const char *name, void *data)
DeletedCopyCtorTest(const QDocTests::DeletedCopyCtorTest &)
void someMethod()
QDocTests::DeletedCopyCtorTest &operator=(const QDocTests::DeletedCopyCtorTest &)

Detailed Description

This class tests that QDoc correctly resolves links to constructors when a deleted copy constructor is present. The deleted copy constructor should not be chosen as the link target.

Member Function Documentation

DeletedCopyCtorTest::DeletedCopyCtorTest(int value, const char *name, void *data)

Constructs a DeletedCopyCtorTest with the given value, name, and data.

[delete] DeletedCopyCtorTest::DeletedCopyCtorTest(const QDocTests::DeletedCopyCtorTest &)

Copy-constructs an instance of DeletedCopyCtorTest. This function is deleted.

void DeletedCopyCtorTest::someMethod()

Does something.

See also DeletedCopyCtorTest().

[delete] QDocTests::DeletedCopyCtorTest &DeletedCopyCtorTest::operator=(const QDocTests::DeletedCopyCtorTest &)

Copy-assigns other to this DeletedCopyCtorTest instance. This function is deleted.