CTest Class Reference
a test class
More...
List of all members.
Public Member Functions |
void | methOk (int baz, CTest *foo, char *bar) |
| demonstrate a working usage of the macro UNUSED.
|
void | methBroken (int 42, CTest *foo, char *bar) |
| demonstrate a broken usage of the macro UNUSED.
|
Detailed Description
a test class
Member Function Documentation
void CTest::methBroken |
( |
int |
42, |
|
|
CTest * |
foo, |
|
|
char * |
bar | |
|
) |
| | |
demonstrate a broken usage of the macro UNUSED.
- Parameters:
-
| cat | The CAT param. Alas because Doxygen already read the file file1.cpp it already kows a macro "cat" defined as "42" The problem is that Doxgen does no longer reset the dictionary of known macro g_fileDefineDict->clear(); at the begin of preprocessFile() |
| foo | The FOO param |
| bar | The BAR param |
void CTest::methOk |
( |
int |
baz, |
|
|
CTest * |
foo, |
|
|
char * |
bar | |
|
) |
| | |
demonstrate a working usage of the macro UNUSED.
- Parameters:
-
| baz | The BAZ param |
| foo | The FOO param |
| bar | The BAR param |
The documentation for this class was generated from the following file: