A class in a namespace. More...
| Header: | #include <Test> | 
| qmake: | QT += testcpp | 
| Inherited By: | 
| struct | Struct | 
| typedef | SomeType | 
| (alias) | Specialized | 
| void | inlineFunction() | 
| int | someFunction(int v = 0) | 
| void | someFunctionDefaultArg(int i, bool b = false) | 
| virtual void | virtualFun() | 
| void | funcTemplate(T1 a, T2 b) | 
| void | overload() | 
| void | overload(bool b) | 
A typedef.
[alias] template<typename T> Test::SpecializedThis is a type alias for Struct<int, T>.
Overloads that share a documentation comment, optionally taking a parameter b.
This function was introduced in Test 1.2.
[protected] template <typename T1, typename T2> void Test::funcTemplate(T1 a, T2 b)Function template with two parameters, a and b.
An inline function, documented using the \fn QDoc command.
Function that takes a parameter v. Also returns the value of v.
Function that takes a parameter i and b.
[virtual] void Test::virtualFun()Function that must be reimplemented.