Public Members | |
| enum | TEnum { TVal1, TVal2, TVal3 } |
| An enum. More... | |
| Test () | |
| A constructor. More... | |
| ~Test () | |
| A destructor. More... | |
| int | testMe (int a,const char *s) |
| a normal member taking two arguments and returning an integer value. More... | |
| virtual void | testMeToo (char c1,char c2) = 0 |
| A pure virtual member. More... | |
| enum Test::TEnum * | enumPtr |
| enum pointer. More... | |
| enum Test::TEnum | enumVar |
| enum variable. More... | |
| int | publicVar |
| a public variable. More... | |
| int (* | handler )(int a,int b) |
| a function variable. More... | |
A more elaborate class description.
An enum.
More detailed enum description.
Enumeration values:
A constructor.
A more elaborate description of the constructor.
A destructor.
A more elaborate description of the destructor.
a normal member taking two arguments and returning an integer value.
[pure virtual]A pure virtual member.
enum pointer.
Details.
enum variable.
Details.
a public variable.
Details.
a function variable.
Details.
written by Dimitri van Heesch, © 1997-1999