A test class for compiler-generated member functions. More...
Header: | #include <CompilerGeneratedMemberFunctions> |
CompilerGeneratedMemberFunctions() | |
CompilerGeneratedMemberFunctions(const QDocTests::CompilerGeneratedMemberFunctions &other) | |
CompilerGeneratedMemberFunctions(const QDocTests::CompilerGeneratedMemberFunctions &&other) |
This class is used to test the documentation of compiler-generated member functions.
[constexpr noexcept default]
CompilerGeneratedMemberFunctions::CompilerGeneratedMemberFunctions()Constructs a CompilerGeneratedMemberFunctions object.
[constexpr noexcept default]
CompilerGeneratedMemberFunctions::CompilerGeneratedMemberFunctions(const QDocTests::CompilerGeneratedMemberFunctions &other)Copy-constructs a CompilerGeneratedMemberFunctions object from other.
[constexpr noexcept default]
CompilerGeneratedMemberFunctions::CompilerGeneratedMemberFunctions(const QDocTests::CompilerGeneratedMemberFunctions &&other)Move-constructs a CompilerGeneratedMemberFunctions object from other.