#include <TestObject.h>
Inheritance diagram for TestListObject:
Definition at line 20 of file TestObject.h.
Public Member Functions | |
TestListObject * | GetNext () const |
Returns the next ContainingListItem in the list chain. | |
TestListObject * | GetPrev () const |
Returns the previous ContainingListItem in the list chain. | |
TestListObject () | |
Constructs the object. | |
~TestListObject () | |
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.
|
|
Returns the next ContainingListItem in the list chain.
|
|
Returns the previous ContainingListItem in the list chain.
|
|
The number of existing instances of this class (for testing purposes).
Definition at line 27 of file TestObject.h. |
|
A number.
Definition at line 50 of file TestObject.h. |