Viewing file: class_test.html (13.14 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
JavaDoc Style: Test Class Reference
Test Class ReferenceA test class.
More...
List of all members.
|
Public Types |
enum | TEnum { TVal1,
TVal2,
TVal3
} |
| An enum. More...
|
Public Member Functions |
| 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.
|
Public Attributes |
enum Test::TEnum * | enumPtr |
| An enum. enum pointer.
|
enum Test::TEnum | enumVar |
| An enum. enum pointer. enum variable.
|
int | publicVar |
| a public variable.
|
int(* | handler )(int a, int b) |
| a function variable.
|
Detailed Description
A test class.
A more elaborate class description.
Member Enumeration Documentation
|
An enum.
More detailed enum description. - Enumerator:
-
TVal1 |
enum value TVal1. |
TVal2 |
enum value TVal2. |
TVal3 |
enum value TVal3. |
|
Constructor & Destructor Documentation
|
A constructor.
A more elaborate description of the constructor. |
|
A destructor.
A more elaborate description of the destructor. |
Member Function Documentation
int Test::testMe |
( |
int |
a, |
|
|
const char * |
s |
|
) |
|
|
|
a normal member taking two arguments and returning an integer value.
- Parameters:
-
| a | an integer argument. |
| s | a constant character pointer. |
- See also:
- Test()
~Test()
testMeToo()
publicVar()
- Returns:
- The test results
|
virtual void Test::testMeToo |
( |
char |
c1, |
|
|
char |
c2 |
|
) |
[pure virtual] |
|
|
A pure virtual member.
- See also:
- testMe()
- Parameters:
-
| c1 | the first argument. |
| c2 | the second argument. |
|
Member Data Documentation
|
An enum. enum pointer.
More detailed enum description. Details. |
|
An enum. enum pointer. enum variable.
More detailed enum description. Details. Details. |
|
a function variable.
Details. |
|
a public variable.
Details. |
The documentation for this class was generated from the following file:
Generated on Mon Aug 15 08:38:45 2005 for JavaDoc Style by
1.4.4
|