#include <TestObject.h>
Inheritance diagram for TestStackObject:
Definition at line 98 of file TestObject.h.
Public Member Functions | |
TestStackObject () | |
Constructs the object. | |
~TestStackObject () | |
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 105 of file TestObject.h. |
|
A number.
Definition at line 128 of file TestObject.h. |