#include <test_objects.h>
Inheritance diagram for TestX:
Public Methods | |
virtual | ~TestX () |
virtual void | setX1 ( TestX* x1 ) |
virtual void | setX2 ( TestX* x2 ) |
virtual TestX* | getX1 () |
virtual TestX* | getX2 () |
virtual void | setInt1 ( int i ) |
virtual int | getInt1 () |
virtual void | add ( TestX* x ) |
virtual Iter<TestX*>* | get_vector_iterator () |
Static Public Methods | |
const LString& | get_class_name () |
This returns the instance name of this Class - "Object". | |
Protected Methods | |
TestX () | |
Static Protected Methods | |
void | constructorFunction ( void* place ) |
Friends | |
class | TestObjectFactory |
|
|
|
|
Reimplemented in TestY.
|
|
|
|
This returns the instance name of this Class - "Object".
Reimplemented from SuifObject.
Reimplemented in TestY.
|
|
|
|
|
Reimplemented in TestY.