Documentation to describe what this interface and its associated component types are for, and roughly how they should be used. More...
#include <ICmpExample.h>
Public Member Functions | |
| virtual int | DoWhatever (int x, int y)=0 |
| Documentation for each method. | |
Documentation to describe what this interface and its associated component types are for, and roughly how they should be used.
| virtual int ICmpExample::DoWhatever | ( | int | x, | |
| int | y | |||
| ) | [pure virtual] |
Documentation for each method.
Implemented in CCmpExample.
1.6.3