#include <inc/class.h>
Inheritance diagram for Test< T, i >:
Group2 | |
Description of group 2. | |
void | func1InGroup2 () |
void | func2InGroup2 () |
Public Types | |
enum | EnumType { EVal1, EVal2 } |
enum | EType { Val1, Val2 } |
enum | TEnum { Val1, Val2 } |
enum | AnotherEnum { V1, V2 } |
enum | TEnum { TVal1, TVal2, TVal3 } |
enum | TEnum { TVal1, TVal2, TVal3 } |
An enum. More... | |
Public Member Functions | |
void | member () |
a member function. | |
Test () | |
constructor | |
~Test () | |
destructor | |
void | member (int) |
void | member (int, int) |
void | example () |
const char * | member (char, int) throw (std::out_of_range) |
A member function. | |
void | example () |
a member function | |
Test () | |
~Test () | |
int | testMe (int a, const char *s) |
virtual void | testMeToo (char c1, char c2)=0 |
void | ungroupedFunction () |
void | drawRect (int, int, int, int) |
void | drawRect (const Rect &r) |
Test () | |
A constructor. | |
~Test () | |
A destructor. | |
int | testMe (int a, const char *s) |
A normal member taking two arguments and returning an integer value. | |
virtual void | testMeToo (char c1, char c2)=0 |
A pure virtual member. | |
Test (const Test &) | |
void | func1InGroup1 () |
void | func2InGroup1 () |
Public Attributes | |
enum Test::TEnum * | enumPtr |
enum Test::TEnum | enumVar |
int | publicVar |
A public variable. | |
int(* | handler )(int a, int b) |
A function variable. | |
enum Test::TEnum * | enumPtr |
Enum pointer. | |
enum Test::TEnum | enumVar |
Enum variable. | |
Protected Attributes | |
int | value |
int | var |
A test class
|
Another enum, with inline docs |
|
An enum type. The documentation block cannot be put after the enum! |
|
An enum type. More details |
|
An enum. More detailed enum description. |
|
An enum. More detailed enum description. |
|
A description of the enum type. |
|
constructor details. |
|
destructor details. |
|
A constructor. A more elaborate description of the constructor. |
|
A destructor. A more elaborate description of the destructor. |
|
A constructor. A more elaborate description of the constructor. |
|
A destructor. A more elaborate description of the destructor. |
|
The copy constructor |
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. |
|
This command draws a rectangle with a left upper corner at ( x , y ), width w and height h. |
|
An example member function. More details about this function. Reimplemented in Tag. |
|
Same documentation for both members. Details |
|
Function 1 in group 2. Details. |
|
Function 2 in group 2. Details. |
|
A member function.
|
|
An overloaded member function. Details |
|
A member function. Details. |
|
A normal member taking two arguments and returning an integer value.
|
|
a normal member taking two arguments and returning an integer value.
|
|
A pure virtual member.
|
|
A pure virtual member.
|
|
Function without group. Details. |
|
Enum pointer. Details. |
|
enum pointer. Details. |
|
Enum variable. Details. |
|
enum variable. Details. |
|
A function variable. a function variable. Details. |
|
A public variable. a public variable. Details. |
|
an integer value |
|
A member variable |