A test class with deleted SMFs and no explicit documentation. More...
| Header: | #include <autogentest.h> |
| DeletedSmfTest() | |
| DeletedSmfTest(const AutoDocTests::DeletedSmfTest &other) | |
| DeletedSmfTest(AutoDocTests::DeletedSmfTest &&other) | |
| AutoDocTests::DeletedSmfTest & | operator=(AutoDocTests::DeletedSmfTest &&other) |
| AutoDocTests::DeletedSmfTest & | operator=(const AutoDocTests::DeletedSmfTest &other) |
This class tests that QDoc correctly auto-generates documentation for deleted special member functions when no \fn documentation is provided.
[constexpr noexcept default] DeletedSmfTest::DeletedSmfTest()Default-constructs an instance of DeletedSmfTest.
[delete] DeletedSmfTest::DeletedSmfTest(const AutoDocTests::DeletedSmfTest &other)Copy-constructs an instance of DeletedSmfTest. This function is deleted.
[delete] DeletedSmfTest::DeletedSmfTest(AutoDocTests::DeletedSmfTest &&other)Move-constructs an instance of DeletedSmfTest. This function is deleted.
[delete] AutoDocTests::DeletedSmfTest &DeletedSmfTest::operator=(AutoDocTests::DeletedSmfTest &&other)Move-assigns other to this DeletedSmfTest instance. This function is deleted.
[delete] AutoDocTests::DeletedSmfTest &DeletedSmfTest::operator=(const AutoDocTests::DeletedSmfTest &other)Copy-assigns other to this DeletedSmfTest instance. This function is deleted.