A class for the purpose of testing QDoc's \overload command. More...
| Header: | #include <classwithoverloads.h> |
| TestClass() | |
| void | another_method() |
| void | another_method(float overloads) |
| void | another_method(int number) |
| void | method() |
[constexpr noexcept default] TestClass::TestClass()Default-constructs an instance of TestClass.
A function that is overload unaware.
A function that overloads another and documents it vaguely.
This is an overloaded function.
A function that overloads another and correctly documents it.
This function overloads TestClass::another_method().
A member function without an overload that claims to be an overload by using the \overload command.