#include <TestObject.h>
Definition at line 59 of file TestObject.h.
Public Member Functions | |
| TestObject () | |
| Constructs the object. | |
| ~TestObject () | |
| Destroys the object. | |
Static Public Member Functions | |
| int | GetInstanceCount () |
| Getter method. | |
Public Attributes | |
| int | Number |
| A number. | |
Static Private Attributes | |
| int | InstanceCount |
| The number of existing instances of this class (for testing purposes). | |
|
|
Constructs the object.
|
|
|
Destroys the object.
|
|
|
Getter method.
|
|
|
The number of existing instances of this class (for testing purposes).
Definition at line 66 of file TestObject.h. |
|
|
A number.
Definition at line 89 of file TestObject.h. |
1.3.6